Html Css Color HEX #6029C1 Purple Heart

📋 copy color: '#6029C1'

red 96 ◦ green 41 ◦ blue 193

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

Shades of Purple Heart #6029C1

Tints of Purple Heart #6029C1

RGB

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

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

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

R = 29.09%
G = 12.42%
B = 58.48%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6029C1 (or 0x6029C1) is known color: Purple Heart. HEX triplet: 60, 29 and C1. RGB value is (96,41,193). Sum of RGB (Red+Green+Blue) = 96+41+193=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #6029C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029C1 is #9FD63E. Grayscale: #4A4A4A. Windows color (decimal): -10475071 or 12659040. OLE color: 12659040.

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

Color convert

RGB 96 41 193 -
CMYK 0.50 0.79 0 0.24
HSL 261.71º 0.65% 0.46% -
HSV(B) 261.71º 0.79% 0.76% -
XYZ 15.24 7.92 51.18 -
YUV 74.77 194.72 143.14 -
System Red Green Blue C M Y K H S L
Decimal 96 41 193 0.50 0.79 0 0.24 261.71 0.65 0.46
Hex 60 29 C1 32 4F 0 18 106 41 2E
Octal 140 51 301 62 117 0 30 406 101 56
Binary 1100000 101001 11000001 110010 1001111 0 11000 100000110 1000001 101110

Color Harmonies of #6029C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029C1

Black with #6029C1

Text Example


Text Example

White with #6029C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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