Html Css Color HEX #602DBE Purple Heart

📋 copy color: '#602DBE'

red 96 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #602DBE

Tints of Purple Heart #602DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 29%
G = 13.6%
B = 57.4%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#602DBE (or 0x602DBE) is known color: Purple Heart. HEX triplet: 60, 2D and BE. RGB value is (96,45,190). Sum of RGB (Red+Green+Blue) = 96+45+190=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #602DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DBE is #9FD241. Grayscale: #4C4C4C. Windows color (decimal): -10474050 or 12463456. OLE color: 12463456.

HSL color Cylindrical-coordinate representation of color #602DBE: hue angle of 261.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602DBE is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 45 190 -
CMYK 0.49 0.76 0 0.25
HSL 261.1º 0.62% 0.46% -
HSV(B) 261.1º 0.76% 0.75% -
XYZ 15.06 8.08 49.48 -
YUV 76.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 96 45 190 0.49 0.76 0 0.25 261.1 0.62 0.46
Hex 60 2D BE 31 4C 0 19 105 3E 2E
Octal 140 55 276 61 114 0 31 405 76 56
Binary 1100000 101101 10111110 110001 1001100 0 11001 100000101 111110 101110

Color Harmonies of #602DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DBE

Black with #602DBE

Text Example


Text Example

White with #602DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,45,190); }

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

background-color css

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

 a { background-color: rgb(96,45,190); }

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

border-color css

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

 span { border-color: rgb(96,45,190); }

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