Html Css Color HEX #6F31B1 Purple Heart

📋 copy color: '#6F31B1'

red 111 ◦ green 49 ◦ blue 177

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

Shades of Purple Heart #6F31B1

Tints of Purple Heart #6F31B1

RGB

 RED value IS 111 (43.75% from 255) = 32.94%

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 177 (69.53% from 255) = 52.52%

R = 32.94%
G = 14.54%
B = 52.52%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F31B1 (or 0x6F31B1) is known color: Purple Heart. HEX triplet: 6F, 31 and B1. RGB value is (111,49,177). Sum of RGB (Red+Green+Blue) = 111+49+177=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #6F31B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F31B1 is #90CE4E. Grayscale: #515151. Windows color (decimal): -9489999 or 11612527. OLE color: 11612527.

HSL color Cylindrical-coordinate representation of color #6F31B1: hue angle of 269.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F31B1 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 49 177 -
CMYK 0.37 0.72 0 0.31
HSL 269.06º 0.57% 0.44% -
HSV(B) 269.06º 0.72% 0.69% -
XYZ 15.59 8.75 42.46 -
YUV 82.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 111 49 177 0.37 0.72 0 0.31 269.06 0.57 0.44
Hex 6F 31 B1 25 48 0 1F 10D 39 2C
Octal 157 61 261 45 110 0 37 415 71 54
Binary 1101111 110001 10110001 100101 1001000 0 11111 100001101 111001 101100

Color Harmonies of #6F31B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F31B1

Black with #6F31B1

Text Example


Text Example

White with #6F31B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F31B1; }

 p { color: rgb(111,49,177); }

 H1.HeaderClassName
 {
   color: #6F31B1;
 }
 .AnyTagClassName
 {
   color: #6F31B1;
 }
</style>

background-color css

<style>
 a { background-color: #6F31B1; }

 a { background-color: rgb(111,49,177); }

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

border-color css

<style>
 span { border-color: #6F31B1; }

 span { border-color: rgb(111,49,177); }

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