Html Css Color HEX #6128BF Purple Heart

📋 copy color: '#6128BF'

red 97 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #6128BF

Tints of Purple Heart #6128BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.23%

R = 29.57%
G = 12.2%
B = 58.23%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6128BF (or 0x6128BF) is known color: Purple Heart. HEX triplet: 61, 28 and BF. RGB value is (97,40,191). Sum of RGB (Red+Green+Blue) = 97+40+191=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #6128BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6128BF is #9ED740. Grayscale: #494949. Windows color (decimal): -10409793 or 12527713. OLE color: 12527713.

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

Color convert

RGB 97 40 191 -
CMYK 0.49 0.79 0 0.25
HSL 262.65º 0.65% 0.45% -
HSV(B) 262.65º 0.79% 0.75% -
XYZ 15.09 7.82 50 -
YUV 74.26 193.88 144.22 -
System Red Green Blue C M Y K H S L
Decimal 97 40 191 0.49 0.79 0 0.25 262.65 0.65 0.45
Hex 61 28 BF 31 4F 0 19 107 41 2D
Octal 141 50 277 61 117 0 31 407 101 55
Binary 1100001 101000 10111111 110001 1001111 0 11001 100000111 1000001 101101

Color Harmonies of #6128BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128BF

Black with #6128BF

Text Example


Text Example

White with #6128BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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