Html Css Color HEX #6129DA Purple Heart

📋 copy color: '#6129DA'

red 97 ◦ green 41 ◦ blue 218

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

Shades of Purple Heart #6129DA

Tints of Purple Heart #6129DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.24%

R = 27.25%
G = 11.52%
B = 61.24%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6129DA (or 0x6129DA) is known color: Purple Heart. HEX triplet: 61, 29 and DA. RGB value is (97,41,218). Sum of RGB (Red+Green+Blue) = 97+41+218=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #6129DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129DA is #9ED625. Grayscale: #4D4D4D. Windows color (decimal): -10409510 or 14297441. OLE color: 14297441.

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

Color convert

RGB 97 41 218 -
CMYK 0.56 0.81 0 0.15
HSL 258.98º 0.71% 0.51% -
HSV(B) 258.98º 0.81% 0.85% -
XYZ 18.38 9.19 67.13 -
YUV 77.92 207.05 141.61 -
System Red Green Blue C M Y K H S L
Decimal 97 41 218 0.56 0.81 0 0.15 258.98 0.71 0.51
Hex 61 29 DA 38 51 0 F 103 47 33
Octal 141 51 332 70 121 0 17 403 107 63
Binary 1100001 101001 11011010 111000 1010001 0 1111 100000011 1000111 110011

Color Harmonies of #6129DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129DA

Black with #6129DA

Text Example


Text Example

White with #6129DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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