Html Css Color HEX #663CCB Purple Heart

📋 copy color: '#663CCB'

red 102 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #663CCB

Tints of Purple Heart #663CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 27.95%
G = 16.44%
B = 55.62%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#663CCB (or 0x663CCB) is known color: Purple Heart. HEX triplet: 66, 3C and CB. RGB value is (102,60,203). Sum of RGB (Red+Green+Blue) = 102+60+203=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #663CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CCB is #99C334. Grayscale: #585858. Windows color (decimal): -10076981 or 13319270. OLE color: 13319270.

HSL color Cylindrical-coordinate representation of color #663CCB: hue angle of 257.62º 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 #663CCB is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 60 203 -
CMYK 0.50 0.70 0 0.20
HSL 257.62º 0.58% 0.52% -
HSV(B) 257.62º 0.7% 0.8% -
XYZ 17.87 10.37 57.56 -
YUV 88.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 102 60 203 0.50 0.70 0 0.20 257.62 0.58 0.52
Hex 66 3C CB 32 46 0 14 102 3A 34
Octal 146 74 313 62 106 0 24 402 72 64
Binary 1100110 111100 11001011 110010 1000110 0 10100 100000010 111010 110100

Color Harmonies of #663CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CCB

Black with #663CCB

Text Example


Text Example

White with #663CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,60,203); }

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

background-color css

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

 a { background-color: rgb(102,60,203); }

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

border-color css

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

 span { border-color: rgb(102,60,203); }

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