Html Css Color HEX #6129CA Purple Heart

📋 copy color: '#6129CA'

red 97 ◦ green 41 ◦ blue 202

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

Shades of Purple Heart #6129CA

Tints of Purple Heart #6129CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.41%

R = 28.53%
G = 12.06%
B = 59.41%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6129CA (or 0x6129CA) is known color: Purple Heart. HEX triplet: 61, 29 and CA. RGB value is (97,41,202). Sum of RGB (Red+Green+Blue) = 97+41+202=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #6129CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129CA is #9ED635. Grayscale: #4B4B4B. Windows color (decimal): -10409526 or 13248865. OLE color: 13248865.

HSL color Cylindrical-coordinate representation of color #6129CA: hue angle of 260.87º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6129CA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 41 202 -
CMYK 0.52 0.80 0 0.21
HSL 260.87º 0.66% 0.48% -
HSV(B) 260.87º 0.8% 0.79% -
XYZ 16.38 8.39 56.63 -
YUV 76.1 199.05 142.91 -
System Red Green Blue C M Y K H S L
Decimal 97 41 202 0.52 0.80 0 0.21 260.87 0.66 0.48
Hex 61 29 CA 34 50 0 15 105 42 30
Octal 141 51 312 64 120 0 25 405 102 60
Binary 1100001 101001 11001010 110100 1010000 0 10101 100000101 1000010 110000

Color Harmonies of #6129CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129CA

Black with #6129CA

Text Example


Text Example

White with #6129CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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