Html Css Color HEX #693CB6 Purple Heart

📋 copy color: '#693CB6'

red 105 ◦ green 60 ◦ blue 182

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

Shades of Purple Heart #693CB6

Tints of Purple Heart #693CB6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 182 (71.48% from 255) = 52.45%

R = 30.26%
G = 17.29%
B = 52.45%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#693CB6 (or 0x693CB6) is known color: Purple Heart. HEX triplet: 69, 3C and B6. RGB value is (105,60,182). Sum of RGB (Red+Green+Blue) = 105+60+182=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #693CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CB6 is #96C349. Grayscale: #565656. Windows color (decimal): -9880394 or 11943017. OLE color: 11943017.

HSL color Cylindrical-coordinate representation of color #693CB6: hue angle of 262.13º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693CB6 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 60 182 -
CMYK 0.42 0.67 0 0.29
HSL 262.13º 0.5% 0.47% -
HSV(B) 262.13º 0.67% 0.71% -
XYZ 15.89 9.61 45.27 -
YUV 87.36 181.41 140.58 -
System Red Green Blue C M Y K H S L
Decimal 105 60 182 0.42 0.67 0 0.29 262.13 0.5 0.47
Hex 69 3C B6 2A 43 0 1D 106 32 2F
Octal 151 74 266 52 103 0 35 406 62 57
Binary 1101001 111100 10110110 101010 1000011 0 11101 100000110 110010 101111

Color Harmonies of #693CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CB6

Black with #693CB6

Text Example


Text Example

White with #693CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,60,182); }

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

background-color css

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

 a { background-color: rgb(105,60,182); }

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

border-color css

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

 span { border-color: rgb(105,60,182); }

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