Html Css Color HEX #6127BE Purple Heart

📋 copy color: '#6127BE'

red 97 ◦ green 39 ◦ blue 190

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

Shades of Purple Heart #6127BE

Tints of Purple Heart #6127BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 29.75%
G = 11.96%
B = 58.28%

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

#6127BE (or 0x6127BE) is known color: Purple Heart. HEX triplet: 61, 27 and BE. RGB value is (97,39,190). Sum of RGB (Red+Green+Blue) = 97+39+190=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #6127BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127BE is #9ED841. Grayscale: #494949. Windows color (decimal): -10410050 or 12461921. OLE color: 12461921.

HSL color Cylindrical-coordinate representation of color #6127BE: hue angle of 263.05º degrees, saturation: 0.66, 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 #6127BE is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 39 190 -
CMYK 0.49 0.79 0 0.25
HSL 263.05º 0.66% 0.45% -
HSV(B) 263.05º 0.79% 0.75% -
XYZ 14.95 7.71 49.42 -
YUV 73.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 97 39 190 0.49 0.79 0 0.25 263.05 0.66 0.45
Hex 61 27 BE 31 4F 0 19 107 42 2D
Octal 141 47 276 61 117 0 31 407 102 55
Binary 1100001 100111 10111110 110001 1001111 0 11001 100000111 1000010 101101

Color Harmonies of #6127BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6127BE

Black with #6127BE

Text Example


Text Example

White with #6127BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6127BE; }

 p { color: rgb(97,39,190); }

 H1.HeaderClassName
 {
   color: #6127BE;
 }
 .AnyTagClassName
 {
   color: #6127BE;
 }
</style>

background-color css

<style>
 a { background-color: #6127BE; }

 a { background-color: rgb(97,39,190); }

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

border-color css

<style>
 span { border-color: #6127BE; }

 span { border-color: rgb(97,39,190); }

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