Html Css Color HEX #602BC6 Purple Heart

📋 copy color: '#602BC6'

red 96 ◦ green 43 ◦ blue 198

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

Shades of Purple Heart #602BC6

Tints of Purple Heart #602BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 58.75%

R = 28.49%
G = 12.76%
B = 58.75%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#602BC6 (or 0x602BC6) is known color: Purple Heart. HEX triplet: 60, 2B and C6. RGB value is (96,43,198). Sum of RGB (Red+Green+Blue) = 96+43+198=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #602BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BC6 is #9FD439. Grayscale: #4B4B4B. Windows color (decimal): -10474554 or 12987232. OLE color: 12987232.

HSL color Cylindrical-coordinate representation of color #602BC6: hue angle of 260.52º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602BC6 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 43 198 -
CMYK 0.52 0.78 0 0.22
HSL 260.52º 0.64% 0.47% -
HSV(B) 260.52º 0.78% 0.78% -
XYZ 15.88 8.29 54.19 -
YUV 76.52 196.56 141.9 -
System Red Green Blue C M Y K H S L
Decimal 96 43 198 0.52 0.78 0 0.22 260.52 0.64 0.47
Hex 60 2B C6 34 4E 0 16 105 40 2F
Octal 140 53 306 64 116 0 26 405 100 57
Binary 1100000 101011 11000110 110100 1001110 0 10110 100000101 1000000 101111

Color Harmonies of #602BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BC6

Black with #602BC6

Text Example


Text Example

White with #602BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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