Html Css Color HEX #6F14B1 Purple Heart

📋 copy color: '#6F14B1'

red 111 ◦ green 20 ◦ blue 177

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

Shades of Purple Heart #6F14B1

Tints of Purple Heart #6F14B1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

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

R = 36.04%
G = 6.49%
B = 57.47%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F14B1 (or 0x6F14B1) is known color: Purple Heart. HEX triplet: 6F, 14 and B1. RGB value is (111,20,177). Sum of RGB (Red+Green+Blue) = 111+20+177=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #6F14B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F14B1 is #90EB4E. Grayscale: #404040. Windows color (decimal): -9497423 or 11605103. OLE color: 11605103.

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

Color convert

RGB 111 20 177 -
CMYK 0.37 0.89 0 0.31
HSL 274.78º 0.8% 0.39% -
HSV(B) 274.78º 0.89% 0.69% -
XYZ 14.74 7.05 42.18 -
YUV 65.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 111 20 177 0.37 0.89 0 0.31 274.78 0.8 0.39
Hex 6F 14 B1 25 59 0 1F 113 50 27
Octal 157 24 261 45 131 0 37 423 120 47
Binary 1101111 10100 10110001 100101 1011001 0 11111 100010011 1010000 100111

Color Harmonies of #6F14B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F14B1

Black with #6F14B1

Text Example


Text Example

White with #6F14B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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