Html Css Color HEX #693ECC Purple Heart

📋 copy color: '#693ECC'

red 105 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #693ECC

Tints of Purple Heart #693ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.71%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 28.3%
G = 16.71%
B = 54.99%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#693ECC (or 0x693ECC) is known color: Purple Heart. HEX triplet: 69, 3E and CC. RGB value is (105,62,204). Sum of RGB (Red+Green+Blue) = 105+62+204=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #693ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ECC is #96C133. Grayscale: #5A5A5A. Windows color (decimal): -9879860 or 13385321. OLE color: 13385321.

HSL color Cylindrical-coordinate representation of color #693ECC: hue angle of 258.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693ECC is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 62 204 -
CMYK 0.49 0.70 0 0.2
HSL 258.17º 0.58% 0.52% -
HSV(B) 258.17º 0.7% 0.8% -
XYZ 18.45 10.81 58.24 -
YUV 91.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 105 62 204 0.49 0.70 0 0.2 258.17 0.58 0.52
Hex 69 3E CC 31 46 0 14 102 3A 34
Octal 151 76 314 61 106 0 24 402 72 64
Binary 1101001 111110 11001100 110001 1000110 0 10100 100000010 111010 110100

Color Harmonies of #693ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693ECC

Black with #693ECC

Text Example


Text Example

White with #693ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,62,204); }

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

background-color css

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

 a { background-color: rgb(105,62,204); }

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

border-color css

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

 span { border-color: rgb(105,62,204); }

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