Html Css Color HEX #602CBC Purple Heart

📋 copy color: '#602CBC'

red 96 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #602CBC

Tints of Purple Heart #602CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 29.27%
G = 13.41%
B = 57.32%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#602CBC (or 0x602CBC) is known color: Purple Heart. HEX triplet: 60, 2C and BC. RGB value is (96,44,188). Sum of RGB (Red+Green+Blue) = 96+44+188=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #602CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CBC is #9FD343. Grayscale: #4B4B4B. Windows color (decimal): -10474308 or 12332128. OLE color: 12332128.

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

Color convert

RGB 96 44 188 -
CMYK 0.49 0.77 0 0.26
HSL 261.67º 0.62% 0.45% -
HSV(B) 261.67º 0.77% 0.74% -
XYZ 14.8 7.92 48.33 -
YUV 75.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 96 44 188 0.49 0.77 0 0.26 261.67 0.62 0.45
Hex 60 2C BC 31 4D 0 1A 106 3E 2D
Octal 140 54 274 61 115 0 32 406 76 55
Binary 1100000 101100 10111100 110001 1001101 0 11010 100000110 111110 101101

Color Harmonies of #602CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CBC

Black with #602CBC

Text Example


Text Example

White with #602CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,188); }

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

background-color css

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

 a { background-color: rgb(96,44,188); }

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

border-color css

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

 span { border-color: rgb(96,44,188); }

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