Html Css Color HEX #6126BF Purple Heart

📋 copy color: '#6126BF'

red 97 ◦ green 38 ◦ blue 191

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

Shades of Purple Heart #6126BF

Tints of Purple Heart #6126BF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

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

R = 29.75%
G = 11.66%
B = 58.59%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6126BF (or 0x6126BF) is known color: Purple Heart. HEX triplet: 61, 26 and BF. RGB value is (97,38,191). Sum of RGB (Red+Green+Blue) = 97+38+191=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #6126BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126BF is #9ED940. Grayscale: #484848. Windows color (decimal): -10410305 or 12527201. OLE color: 12527201.

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

Color convert

RGB 97 38 191 -
CMYK 0.49 0.80 0 0.25
HSL 263.14º 0.67% 0.45% -
HSV(B) 263.14º 0.8% 0.75% -
XYZ 15.03 7.69 49.98 -
YUV 73.08 194.55 145.06 -
System Red Green Blue C M Y K H S L
Decimal 97 38 191 0.49 0.80 0 0.25 263.14 0.67 0.45
Hex 61 26 BF 31 50 0 19 107 43 2D
Octal 141 46 277 61 120 0 31 407 103 55
Binary 1100001 100110 10111111 110001 1010000 0 11001 100000111 1000011 101101

Color Harmonies of #6126BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6126BF

Black with #6126BF

Text Example


Text Example

White with #6126BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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