Html Css Color HEX #663BCC Purple Heart

📋 copy color: '#663BCC'

red 102 ◦ green 59 ◦ blue 204

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

Shades of Purple Heart #663BCC

Tints of Purple Heart #663BCC

RGB

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

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

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

R = 27.95%
G = 16.16%
B = 55.89%

CMYK

 C value IS 0.5

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#663BCC (or 0x663BCC) is known color: Purple Heart. HEX triplet: 66, 3B and CC. RGB value is (102,59,204). Sum of RGB (Red+Green+Blue) = 102+59+204=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #663BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BCC is #99C433. Grayscale: #575757. Windows color (decimal): -10077236 or 13384550. OLE color: 13384550.

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

Color convert

RGB 102 59 204 -
CMYK 0.5 0.71 0 0.2
HSL 257.79º 0.59% 0.52% -
HSV(B) 257.79º 0.71% 0.8% -
XYZ 17.94 10.31 58.17 -
YUV 88.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 102 59 204 0.5 0.71 0 0.2 257.79 0.59 0.52
Hex 66 3B CC 32 47 0 14 102 3B 34
Octal 146 73 314 62 107 0 24 402 73 64
Binary 1100110 111011 11001100 110010 1000111 0 10100 100000010 111011 110100

Color Harmonies of #663BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BCC

Black with #663BCC

Text Example


Text Example

White with #663BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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