Html Css Color HEX #663FCC Purple Heart

📋 copy color: '#663FCC'

red 102 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #663FCC

Tints of Purple Heart #663FCC

RGB

 RED value IS 102 (40.23% from 255) = 27.64%

 GREEN value IS 63 (25% from 255) = 17.07%

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

R = 27.64%
G = 17.07%
B = 55.28%

CMYK

 C value IS 0.5

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#663FCC (or 0x663FCC) is known color: Purple Heart. HEX triplet: 66, 3F and CC. RGB value is (102,63,204). Sum of RGB (Red+Green+Blue) = 102+63+204=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #663FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FCC is #99C033. Grayscale: #5A5A5A. Windows color (decimal): -10076212 or 13385574. OLE color: 13385574.

HSL color Cylindrical-coordinate representation of color #663FCC: hue angle of 256.6º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663FCC is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 63 204 -
CMYK 0.5 0.69 0 0.2
HSL 256.6º 0.58% 0.52% -
HSV(B) 256.6º 0.69% 0.8% -
XYZ 18.16 10.74 58.24 -
YUV 90.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 102 63 204 0.5 0.69 0 0.2 256.6 0.58 0.52
Hex 66 3F CC 32 45 0 14 101 3A 34
Octal 146 77 314 62 105 0 24 401 72 64
Binary 1100110 111111 11001100 110010 1000101 0 10100 100000001 111010 110100

Color Harmonies of #663FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FCC

Black with #663FCC

Text Example


Text Example

White with #663FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663FCC; }

 p { color: rgb(102,63,204); }

 H1.HeaderClassName
 {
   color: #663FCC;
 }
 .AnyTagClassName
 {
   color: #663FCC;
 }
</style>

background-color css

<style>
 a { background-color: #663FCC; }

 a { background-color: rgb(102,63,204); }

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

border-color css

<style>
 span { border-color: #663FCC; }

 span { border-color: rgb(102,63,204); }

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