Html Css Color HEX #693BDE Purple Heart

📋 copy color: '#693BDE'

red 105 ◦ green 59 ◦ blue 222

#693BDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #693BDE

Tints of Purple Heart #693BDE

RGB

 RED value IS 105 (41.41% from 255) = 27.2%

 GREEN value IS 59 (23.44% from 255) = 15.28%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 27.2%
G = 15.28%
B = 57.51%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#693BDE (or 0x693BDE) is known color: Purple Heart. HEX triplet: 69, 3B and DE. RGB value is (105,59,222). Sum of RGB (Red+Green+Blue) = 105+59+222=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #693BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BDE is #96C421. Grayscale: #5A5A5A. Windows color (decimal): -9880610 or 14564201. OLE color: 14564201.

HSL color Cylindrical-coordinate representation of color #693BDE: hue angle of 256.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693BDE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 59 222 -
CMYK 0.53 0.73 0 0.13
HSL 256.93º 0.71% 0.55% -
HSV(B) 256.93º 0.73% 0.87% -
XYZ 20.57 11.41 70.22 -
YUV 91.34 201.74 137.75 -
System Red Green Blue C M Y K H S L
Decimal 105 59 222 0.53 0.73 0 0.13 256.93 0.71 0.55
Hex 69 3B DE 35 49 0 D 101 47 37
Octal 151 73 336 65 111 0 15 401 107 67
Binary 1101001 111011 11011110 110101 1001001 0 1101 100000001 1000111 110111

Color Harmonies of #693BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BDE

Black with #693BDE

Text Example


Text Example

White with #693BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693BDE; }

 p { color: rgb(105,59,222); }

 H1.HeaderClassName
 {
   color: #693BDE;
 }
 .AnyTagClassName
 {
   color: #693BDE;
 }
</style>

background-color css

<style>
 a { background-color: #693BDE; }

 a { background-color: rgb(105,59,222); }

 div.DivClassName
 {
   background-color: #693BDE;
 }
 .BgClassName
 {
   background-color: #693BDE;
 }
</style>

border-color css

<style>
 span { border-color: #693BDE; }

 span { border-color: rgb(105,59,222); }

 td.TdClassName
 {
   border-color: #693BDE;
 }
 .TagClassName
 {
   border-color: #693BDE;
 }
</style>