Html Css Color HEX #6129C1 Purple Heart

📋 copy color: '#6129C1'

red 97 ◦ green 41 ◦ blue 193

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

Shades of Purple Heart #6129C1

Tints of Purple Heart #6129C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 58.31%

R = 29.31%
G = 12.39%
B = 58.31%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6129C1 (or 0x6129C1) is known color: Purple Heart. HEX triplet: 61, 29 and C1. RGB value is (97,41,193). Sum of RGB (Red+Green+Blue) = 97+41+193=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #6129C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129C1 is #9ED63E. Grayscale: #4A4A4A. Windows color (decimal): -10409535 or 12659041. OLE color: 12659041.

HSL color Cylindrical-coordinate representation of color #6129C1: hue angle of 262.11º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6129C1 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 41 193 -
CMYK 0.50 0.79 0 0.24
HSL 262.11º 0.65% 0.46% -
HSV(B) 262.11º 0.79% 0.76% -
XYZ 15.35 7.98 51.18 -
YUV 75.07 194.55 143.64 -
System Red Green Blue C M Y K H S L
Decimal 97 41 193 0.50 0.79 0 0.24 262.11 0.65 0.46
Hex 61 29 C1 32 4F 0 18 106 41 2E
Octal 141 51 301 62 117 0 30 406 101 56
Binary 1100001 101001 11000001 110010 1001111 0 11000 100000110 1000001 101110

Color Harmonies of #6129C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129C1

Black with #6129C1

Text Example


Text Example

White with #6129C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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