Html Css Color HEX #6029C7 Purple Heart

📋 copy color: '#6029C7'

red 96 ◦ green 41 ◦ blue 199

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

Shades of Purple Heart #6029C7

Tints of Purple Heart #6029C7

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

 BLUE value IS 199 (78.13% from 255) = 59.23%

R = 28.57%
G = 12.2%
B = 59.23%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6029C7 (or 0x6029C7) is known color: Purple Heart. HEX triplet: 60, 29 and C7. RGB value is (96,41,199). Sum of RGB (Red+Green+Blue) = 96+41+199=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 199 (78.12% from 255 or 59.23% from 336); Max value from RGB is 199 - color contains mainly: blue. Hex color #6029C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029C7 is #9FD638. Grayscale: #4A4A4A. Windows color (decimal): -10475065 or 13052256. OLE color: 13052256.

HSL color Cylindrical-coordinate representation of color #6029C7: hue angle of 260.89º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6029C7 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 41 199 -
CMYK 0.52 0.79 0 0.22
HSL 260.89º 0.66% 0.47% -
HSV(B) 260.89º 0.79% 0.78% -
XYZ 15.93 8.2 54.78 -
YUV 75.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 96 41 199 0.52 0.79 0 0.22 260.89 0.66 0.47
Hex 60 29 C7 34 4F 0 16 105 42 2F
Octal 140 51 307 64 117 0 26 405 102 57
Binary 1100000 101001 11000111 110100 1001111 0 10110 100000101 1000010 101111

Color Harmonies of #6029C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029C7

Black with #6029C7

Text Example


Text Example

White with #6029C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6029C7; }

 p { color: rgb(96,41,199); }

 H1.HeaderClassName
 {
   color: #6029C7;
 }
 .AnyTagClassName
 {
   color: #6029C7;
 }
</style>

background-color css

<style>
 a { background-color: #6029C7; }

 a { background-color: rgb(96,41,199); }

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

border-color css

<style>
 span { border-color: #6029C7; }

 span { border-color: rgb(96,41,199); }

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