Html Css Color HEX #6029DF Purple Heart

📋 copy color: '#6029DF'

red 96 ◦ green 41 ◦ blue 223

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

Shades of Purple Heart #6029DF

Tints of Purple Heart #6029DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.94%

R = 26.67%
G = 11.39%
B = 61.94%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6029DF (or 0x6029DF) is known color: Purple Heart. HEX triplet: 60, 29 and DF. RGB value is (96,41,223). Sum of RGB (Red+Green+Blue) = 96+41+223=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #6029DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029DF is #9FD620. Grayscale: #4D4D4D. Windows color (decimal): -10475041 or 14625120. OLE color: 14625120.

HSL color Cylindrical-coordinate representation of color #6029DF: hue angle of 258.13º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6029DF is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 41 223 -
CMYK 0.57 0.82 0 0.13
HSL 258.13º 0.74% 0.52% -
HSV(B) 258.13º 0.82% 0.87% -
XYZ 18.94 9.4 70.63 -
YUV 78.19 209.72 140.7 -
System Red Green Blue C M Y K H S L
Decimal 96 41 223 0.57 0.82 0 0.13 258.13 0.74 0.52
Hex 60 29 DF 39 52 0 D 102 4A 34
Octal 140 51 337 71 122 0 15 402 112 64
Binary 1100000 101001 11011111 111001 1010010 0 1101 100000010 1001010 110100

Color Harmonies of #6029DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029DF

Black with #6029DF

Text Example


Text Example

White with #6029DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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