Html Css Color HEX #6128C5 Purple Heart

📋 copy color: '#6128C5'

red 97 ◦ green 40 ◦ blue 197

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

Shades of Purple Heart #6128C5

Tints of Purple Heart #6128C5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

 BLUE value IS 197 (77.34% from 255) = 58.98%

R = 29.04%
G = 11.98%
B = 58.98%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6128C5 (or 0x6128C5) is known color: Purple Heart. HEX triplet: 61, 28 and C5. RGB value is (97,40,197). Sum of RGB (Red+Green+Blue) = 97+40+197=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #6128C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6128C5 is #9ED73A. Grayscale: #4A4A4A. Windows color (decimal): -10409787 or 12920929. OLE color: 12920929.

HSL color Cylindrical-coordinate representation of color #6128C5: hue angle of 261.78º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6128C5 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 40 197 -
CMYK 0.51 0.80 0 0.23
HSL 261.78º 0.66% 0.46% -
HSV(B) 261.78º 0.8% 0.77% -
XYZ 15.77 8.09 53.55 -
YUV 74.94 196.88 143.73 -
System Red Green Blue C M Y K H S L
Decimal 97 40 197 0.51 0.80 0 0.23 261.78 0.66 0.46
Hex 61 28 C5 33 50 0 17 106 42 2E
Octal 141 50 305 63 120 0 27 406 102 56
Binary 1100001 101000 11000101 110011 1010000 0 10111 100000110 1000010 101110

Color Harmonies of #6128C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128C5

Black with #6128C5

Text Example


Text Example

White with #6128C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6128C5; }

 p { color: rgb(97,40,197); }

 H1.HeaderClassName
 {
   color: #6128C5;
 }
 .AnyTagClassName
 {
   color: #6128C5;
 }
</style>

background-color css

<style>
 a { background-color: #6128C5; }

 a { background-color: rgb(97,40,197); }

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

border-color css

<style>
 span { border-color: #6128C5; }

 span { border-color: rgb(97,40,197); }

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