Html Css Color HEX #602FCB Purple Heart

📋 copy color: '#602FCB'

red 96 ◦ green 47 ◦ blue 203

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

Shades of Purple Heart #602FCB

Tints of Purple Heart #602FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

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

R = 27.75%
G = 13.58%
B = 58.67%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#602FCB (or 0x602FCB) is known color: Purple Heart. HEX triplet: 60, 2F and CB. RGB value is (96,47,203). Sum of RGB (Red+Green+Blue) = 96+47+203=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #602FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FCB is #9FD034. Grayscale: #4E4E4E. Windows color (decimal): -10473525 or 13315936. OLE color: 13315936.

HSL color Cylindrical-coordinate representation of color #602FCB: hue angle of 258.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602FCB is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 47 203 -
CMYK 0.53 0.77 0 0.20
HSL 258.85º 0.62% 0.49% -
HSV(B) 258.85º 0.77% 0.8% -
XYZ 16.62 8.83 57.33 -
YUV 79.44 197.73 139.82 -
System Red Green Blue C M Y K H S L
Decimal 96 47 203 0.53 0.77 0 0.20 258.85 0.62 0.49
Hex 60 2F CB 35 4D 0 14 103 3E 31
Octal 140 57 313 65 115 0 24 403 76 61
Binary 1100000 101111 11001011 110101 1001101 0 10100 100000011 111110 110001

Color Harmonies of #602FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FCB

Black with #602FCB

Text Example


Text Example

White with #602FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,47,203); }

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

background-color css

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

 a { background-color: rgb(96,47,203); }

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

border-color css

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

 span { border-color: rgb(96,47,203); }

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