Html Css Color HEX #602BC1 Purple Heart

📋 copy color: '#602BC1'

red 96 ◦ green 43 ◦ blue 193

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

Shades of Purple Heart #602BC1

Tints of Purple Heart #602BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 58.13%

R = 28.92%
G = 12.95%
B = 58.13%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#602BC1 (or 0x602BC1) is known color: Purple Heart. HEX triplet: 60, 2B and C1. RGB value is (96,43,193). Sum of RGB (Red+Green+Blue) = 96+43+193=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #602BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BC1 is #9FD43E. Grayscale: #4B4B4B. Windows color (decimal): -10474559 or 12659552. OLE color: 12659552.

HSL color Cylindrical-coordinate representation of color #602BC1: hue angle of 261.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602BC1 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 43 193 -
CMYK 0.50 0.78 0 0.24
HSL 261.2º 0.64% 0.46% -
HSV(B) 261.2º 0.78% 0.76% -
XYZ 15.31 8.06 51.2 -
YUV 75.95 194.06 142.3 -
System Red Green Blue C M Y K H S L
Decimal 96 43 193 0.50 0.78 0 0.24 261.2 0.64 0.46
Hex 60 2B C1 32 4E 0 18 105 40 2E
Octal 140 53 301 62 116 0 30 405 100 56
Binary 1100000 101011 11000001 110010 1001110 0 11000 100000101 1000000 101110

Color Harmonies of #602BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BC1

Black with #602BC1

Text Example


Text Example

White with #602BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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