Html Css Color HEX #602BB4 Purple Heart

📋 copy color: '#602BB4'

red 96 ◦ green 43 ◦ blue 180

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

Shades of Purple Heart #602BB4

Tints of Purple Heart #602BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.43%

R = 30.09%
G = 13.48%
B = 56.43%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#602BB4 (or 0x602BB4) is known color: Purple Heart. HEX triplet: 60, 2B and B4. RGB value is (96,43,180). Sum of RGB (Red+Green+Blue) = 96+43+180=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #602BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BB4 is #9FD44B. Grayscale: #494949. Windows color (decimal): -10474572 or 11807584. OLE color: 11807584.

HSL color Cylindrical-coordinate representation of color #602BB4: hue angle of 263.21º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602BB4 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 43 180 -
CMYK 0.47 0.76 0 0.29
HSL 263.21º 0.61% 0.44% -
HSV(B) 263.21º 0.76% 0.71% -
XYZ 13.93 7.51 43.9 -
YUV 74.47 187.56 143.36 -
System Red Green Blue C M Y K H S L
Decimal 96 43 180 0.47 0.76 0 0.29 263.21 0.61 0.44
Hex 60 2B B4 2F 4C 0 1D 107 3D 2C
Octal 140 53 264 57 114 0 35 407 75 54
Binary 1100000 101011 10110100 101111 1001100 0 11101 100000111 111101 101100

Color Harmonies of #602BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BB4

Black with #602BB4

Text Example


Text Example

White with #602BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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