Html Css Color HEX #602EC2 Purple Heart

📋 copy color: '#602EC2'

red 96 ◦ green 46 ◦ blue 194

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

Shades of Purple Heart #602EC2

Tints of Purple Heart #602EC2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 194 (76.17% from 255) = 57.74%

R = 28.57%
G = 13.69%
B = 57.74%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#602EC2 (or 0x602EC2) is known color: Purple Heart. HEX triplet: 60, 2E and C2. RGB value is (96,46,194). Sum of RGB (Red+Green+Blue) = 96+46+194=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #602EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EC2 is #9FD13D. Grayscale: #4D4D4D. Windows color (decimal): -10473790 or 12725856. OLE color: 12725856.

HSL color Cylindrical-coordinate representation of color #602EC2: hue angle of 260.27º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602EC2 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 46 194 -
CMYK 0.51 0.76 0 0.24
HSL 260.27º 0.62% 0.47% -
HSV(B) 260.27º 0.76% 0.76% -
XYZ 15.54 8.34 51.83 -
YUV 77.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 96 46 194 0.51 0.76 0 0.24 260.27 0.62 0.47
Hex 60 2E C2 33 4C 0 18 104 3E 2F
Octal 140 56 302 63 114 0 30 404 76 57
Binary 1100000 101110 11000010 110011 1001100 0 11000 100000100 111110 101111

Color Harmonies of #602EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EC2

Black with #602EC2

Text Example


Text Example

White with #602EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,46,194); }

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

background-color css

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

 a { background-color: rgb(96,46,194); }

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

border-color css

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

 span { border-color: rgb(96,46,194); }

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