Html Css Color HEX #6127BD Purple Heart

📋 copy color: '#6127BD'

red 97 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #6127BD

Tints of Purple Heart #6127BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 29.85%
G = 12%
B = 58.15%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6127BD (or 0x6127BD) is known color: Purple Heart. HEX triplet: 61, 27 and BD. RGB value is (97,39,189). Sum of RGB (Red+Green+Blue) = 97+39+189=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #6127BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127BD is #9ED842. Grayscale: #484848. Windows color (decimal): -10410051 or 12396385. OLE color: 12396385.

HSL color Cylindrical-coordinate representation of color #6127BD: hue angle of 263.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6127BD is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 39 189 -
CMYK 0.49 0.79 0 0.26
HSL 263.2º 0.66% 0.45% -
HSV(B) 263.2º 0.79% 0.74% -
XYZ 14.84 7.67 48.84 -
YUV 73.44 193.22 144.8 -
System Red Green Blue C M Y K H S L
Decimal 97 39 189 0.49 0.79 0 0.26 263.2 0.66 0.45
Hex 61 27 BD 31 4F 0 1A 107 42 2D
Octal 141 47 275 61 117 0 32 407 102 55
Binary 1100001 100111 10111101 110001 1001111 0 11010 100000111 1000010 101101

Color Harmonies of #6127BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6127BD

Black with #6127BD

Text Example


Text Example

White with #6127BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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