Html Css Color HEX #662BCA Purple Heart

📋 copy color: '#662BCA'

red 102 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #662BCA

Tints of Purple Heart #662BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.39%

 BLUE value IS 202 (79.3% from 255) = 58.21%

R = 29.39%
G = 12.39%
B = 58.21%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#662BCA (or 0x662BCA) is known color: Purple Heart. HEX triplet: 66, 2B and CA. RGB value is (102,43,202). Sum of RGB (Red+Green+Blue) = 102+43+202=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #662BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BCA is #99D435. Grayscale: #4E4E4E. Windows color (decimal): -10081334 or 13249382. OLE color: 13249382.

HSL color Cylindrical-coordinate representation of color #662BCA: hue angle of 262.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662BCA is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 43 202 -
CMYK 0.50 0.79 0 0.21
HSL 262.26º 0.65% 0.48% -
HSV(B) 262.26º 0.79% 0.79% -
XYZ 17 8.82 56.68 -
YUV 78.77 197.55 144.57 -
System Red Green Blue C M Y K H S L
Decimal 102 43 202 0.50 0.79 0 0.21 262.26 0.65 0.48
Hex 66 2B CA 32 4F 0 15 106 41 30
Octal 146 53 312 62 117 0 25 406 101 60
Binary 1100110 101011 11001010 110010 1001111 0 10101 100000110 1000001 110000

Color Harmonies of #662BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BCA

Black with #662BCA

Text Example


Text Example

White with #662BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662BCA; }

 p { color: rgb(102,43,202); }

 H1.HeaderClassName
 {
   color: #662BCA;
 }
 .AnyTagClassName
 {
   color: #662BCA;
 }
</style>

background-color css

<style>
 a { background-color: #662BCA; }

 a { background-color: rgb(102,43,202); }

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

border-color css

<style>
 span { border-color: #662BCA; }

 span { border-color: rgb(102,43,202); }

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