Html Css Color HEX #6129BE Purple Heart

📋 copy color: '#6129BE'

red 97 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #6129BE

Tints of Purple Heart #6129BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 29.57%
G = 12.5%
B = 57.93%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6129BE (or 0x6129BE) is known color: Purple Heart. HEX triplet: 61, 29 and BE. RGB value is (97,41,190). Sum of RGB (Red+Green+Blue) = 97+41+190=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #6129BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129BE is #9ED641. Grayscale: #4A4A4A. Windows color (decimal): -10409538 or 12462433. OLE color: 12462433.

HSL color Cylindrical-coordinate representation of color #6129BE: hue angle of 262.55º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6129BE is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 41 190 -
CMYK 0.49 0.78 0 0.25
HSL 262.55º 0.65% 0.45% -
HSV(B) 262.55º 0.78% 0.75% -
XYZ 15.02 7.84 49.44 -
YUV 74.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 97 41 190 0.49 0.78 0 0.25 262.55 0.65 0.45
Hex 61 29 BE 31 4E 0 19 107 41 2D
Octal 141 51 276 61 116 0 31 407 101 55
Binary 1100001 101001 10111110 110001 1001110 0 11001 100000111 1000001 101101

Color Harmonies of #6129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129BE

Black with #6129BE

Text Example


Text Example

White with #6129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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