Html Css Color HEX #6126CB Purple Heart

📋 copy color: '#6126CB'

red 97 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #6126CB

Tints of Purple Heart #6126CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.06%

R = 28.7%
G = 11.24%
B = 60.06%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6126CB (or 0x6126CB) is known color: Purple Heart. HEX triplet: 61, 26 and CB. RGB value is (97,38,203). Sum of RGB (Red+Green+Blue) = 97+38+203=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #6126CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126CB is #9ED934. Grayscale: #494949. Windows color (decimal): -10410293 or 13313633. OLE color: 13313633.

HSL color Cylindrical-coordinate representation of color #6126CB: hue angle of 261.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6126CB is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 38 203 -
CMYK 0.52 0.81 0 0.20
HSL 261.45º 0.68% 0.47% -
HSV(B) 261.45º 0.81% 0.8% -
XYZ 16.4 8.24 57.23 -
YUV 74.45 200.55 144.08 -
System Red Green Blue C M Y K H S L
Decimal 97 38 203 0.52 0.81 0 0.20 261.45 0.68 0.47
Hex 61 26 CB 34 51 0 14 105 44 2F
Octal 141 46 313 64 121 0 24 405 104 57
Binary 1100001 100110 11001011 110100 1010001 0 10100 100000101 1000100 101111

Color Harmonies of #6126CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6126CB

Black with #6126CB

Text Example


Text Example

White with #6126CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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