Html Css Color HEX #602BCA Purple Heart

📋 copy color: '#602BCA'

red 96 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #602BCA

Tints of Purple Heart #602BCA

RGB

 RED value IS 96 (37.89% from 255) = 28.15%

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

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

R = 28.15%
G = 12.61%
B = 59.24%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#602BCA (or 0x602BCA) is known color: Purple Heart. HEX triplet: 60, 2B and CA. RGB value is (96,43,202). Sum of RGB (Red+Green+Blue) = 96+43+202=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #602BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BCA is #9FD435. Grayscale: #4C4C4C. Windows color (decimal): -10474550 or 13249376. OLE color: 13249376.

HSL color Cylindrical-coordinate representation of color #602BCA: hue angle of 260º 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 #602BCA is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 43 202 -
CMYK 0.52 0.79 0 0.21
HSL 260º 0.65% 0.48% -
HSV(B) 260º 0.79% 0.79% -
XYZ 16.35 8.48 56.65 -
YUV 76.97 198.56 141.57 -
System Red Green Blue C M Y K H S L
Decimal 96 43 202 0.52 0.79 0 0.21 260 0.65 0.48
Hex 60 2B CA 34 4F 0 15 104 41 30
Octal 140 53 312 64 117 0 25 404 101 60
Binary 1100000 101011 11001010 110100 1001111 0 10101 100000100 1000001 110000

Color Harmonies of #602BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BCA

Black with #602BCA

Text Example


Text Example

White with #602BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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