Html Css Color HEX #6126CF Purple Heart

📋 copy color: '#6126CF'

red 97 ◦ green 38 ◦ blue 207

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

Shades of Purple Heart #6126CF

Tints of Purple Heart #6126CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 28.36%
G = 11.11%
B = 60.53%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6126CF (or 0x6126CF) is known color: Purple Heart. HEX triplet: 61, 26 and CF. RGB value is (97,38,207). Sum of RGB (Red+Green+Blue) = 97+38+207=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #6126CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126CF is #9ED930. Grayscale: #4A4A4A. Windows color (decimal): -10410289 or 13575777. OLE color: 13575777.

HSL color Cylindrical-coordinate representation of color #6126CF: hue angle of 260.95º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6126CF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 38 207 -
CMYK 0.53 0.82 0 0.19
HSL 260.95º 0.69% 0.48% -
HSV(B) 260.95º 0.82% 0.81% -
XYZ 16.89 8.43 59.77 -
YUV 74.91 202.55 143.76 -
System Red Green Blue C M Y K H S L
Decimal 97 38 207 0.53 0.82 0 0.19 260.95 0.69 0.48
Hex 61 26 CF 35 52 0 13 105 45 30
Octal 141 46 317 65 122 0 23 405 105 60
Binary 1100001 100110 11001111 110101 1010010 0 10011 100000101 1000101 110000

Color Harmonies of #6126CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6126CF

Black with #6126CF

Text Example


Text Example

White with #6126CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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