Html Css Color HEX #6129D8 Purple Heart

📋 copy color: '#6129D8'

red 97 ◦ green 41 ◦ blue 216

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

Shades of Purple Heart #6129D8

Tints of Purple Heart #6129D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 61.02%

R = 27.4%
G = 11.58%
B = 61.02%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6129D8 (or 0x6129D8) is known color: Purple Heart. HEX triplet: 61, 29 and D8. RGB value is (97,41,216). Sum of RGB (Red+Green+Blue) = 97+41+216=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 216 (84.77% from 255 or 61.02% from 354); Max value from RGB is 216 - color contains mainly: blue. Hex color #6129D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129D8 is #9ED627. Grayscale: #4D4D4D. Windows color (decimal): -10409512 or 14166369. OLE color: 14166369.

HSL color Cylindrical-coordinate representation of color #6129D8: hue angle of 259.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6129D8 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 41 216 -
CMYK 0.55 0.81 0 0.15
HSL 259.2º 0.69% 0.5% -
HSV(B) 259.2º 0.81% 0.85% -
XYZ 18.12 9.09 65.76 -
YUV 77.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 97 41 216 0.55 0.81 0 0.15 259.2 0.69 0.5
Hex 61 29 D8 37 51 0 F 103 45 32
Octal 141 51 330 67 121 0 17 403 105 62
Binary 1100001 101001 11011000 110111 1010001 0 1111 100000011 1000101 110010

Color Harmonies of #6129D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129D8

Black with #6129D8

Text Example


Text Example

White with #6129D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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