Html Css Color HEX #6129C6 Purple Heart

📋 copy color: '#6129C6'

red 97 ◦ green 41 ◦ blue 198

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

Shades of Purple Heart #6129C6

Tints of Purple Heart #6129C6

RGB

 RED value IS 97 (38.28% from 255) = 28.87%

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

 BLUE value IS 198 (77.73% from 255) = 58.93%

R = 28.87%
G = 12.2%
B = 58.93%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6129C6 (or 0x6129C6) is known color: Purple Heart. HEX triplet: 61, 29 and C6. RGB value is (97,41,198). Sum of RGB (Red+Green+Blue) = 97+41+198=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #6129C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129C6 is #9ED639. Grayscale: #4B4B4B. Windows color (decimal): -10409530 or 12986721. OLE color: 12986721.

HSL color Cylindrical-coordinate representation of color #6129C6: hue angle of 261.4º 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 #6129C6 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 41 198 -
CMYK 0.51 0.79 0 0.22
HSL 261.4º 0.66% 0.47% -
HSV(B) 261.4º 0.79% 0.78% -
XYZ 15.92 8.2 54.17 -
YUV 75.64 197.05 143.23 -
System Red Green Blue C M Y K H S L
Decimal 97 41 198 0.51 0.79 0 0.22 261.4 0.66 0.47
Hex 61 29 C6 33 4F 0 16 105 42 2F
Octal 141 51 306 63 117 0 26 405 102 57
Binary 1100001 101001 11000110 110011 1001111 0 10110 100000101 1000010 101111

Color Harmonies of #6129C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129C6

Black with #6129C6

Text Example


Text Example

White with #6129C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6129C6; }

 p { color: rgb(97,41,198); }

 H1.HeaderClassName
 {
   color: #6129C6;
 }
 .AnyTagClassName
 {
   color: #6129C6;
 }
</style>

background-color css

<style>
 a { background-color: #6129C6; }

 a { background-color: rgb(97,41,198); }

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

border-color css

<style>
 span { border-color: #6129C6; }

 span { border-color: rgb(97,41,198); }

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