Html Css Color HEX #6126BC Purple Heart

📋 copy color: '#6126BC'

red 97 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #6126BC

Tints of Purple Heart #6126BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 30.03%
G = 11.76%
B = 58.2%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6126BC (or 0x6126BC) is known color: Purple Heart. HEX triplet: 61, 26 and BC. RGB value is (97,38,188). Sum of RGB (Red+Green+Blue) = 97+38+188=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #6126BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126BC is #9ED943. Grayscale: #484848. Windows color (decimal): -10410308 or 12330593. OLE color: 12330593.

HSL color Cylindrical-coordinate representation of color #6126BC: hue angle of 263.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6126BC is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 38 188 -
CMYK 0.48 0.80 0 0.26
HSL 263.6º 0.66% 0.44% -
HSV(B) 263.6º 0.8% 0.74% -
XYZ 14.7 7.56 48.26 -
YUV 72.74 193.05 145.3 -
System Red Green Blue C M Y K H S L
Decimal 97 38 188 0.48 0.80 0 0.26 263.6 0.66 0.44
Hex 61 26 BC 30 50 0 1A 108 42 2C
Octal 141 46 274 60 120 0 32 410 102 54
Binary 1100001 100110 10111100 110000 1010000 0 11010 100001000 1000010 101100

Color Harmonies of #6126BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6126BC

Black with #6126BC

Text Example


Text Example

White with #6126BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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