Html Css Color HEX #6F21BF Purple Heart

📋 copy color: '#6F21BF'

red 111 ◦ green 33 ◦ blue 191

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

Shades of Purple Heart #6F21BF

Tints of Purple Heart #6F21BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

 BLUE value IS 191 (75% from 255) = 57.01%

R = 33.13%
G = 9.85%
B = 57.01%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F21BF (or 0x6F21BF) is known color: Purple Heart. HEX triplet: 6F, 21 and BF. RGB value is (111,33,191). Sum of RGB (Red+Green+Blue) = 111+33+191=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F21BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F21BF is #90DE40. Grayscale: #494949. Windows color (decimal): -9494081 or 12525935. OLE color: 12525935.

HSL color Cylindrical-coordinate representation of color #6F21BF: hue angle of 269.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F21BF is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 33 191 -
CMYK 0.42 0.83 0 0.25
HSL 269.62º 0.71% 0.44% -
HSV(B) 269.62º 0.83% 0.75% -
XYZ 16.5 8.23 50.01 -
YUV 74.33 193.84 154.15 -
System Red Green Blue C M Y K H S L
Decimal 111 33 191 0.42 0.83 0 0.25 269.62 0.71 0.44
Hex 6F 21 BF 2A 53 0 19 10E 47 2C
Octal 157 41 277 52 123 0 31 416 107 54
Binary 1101111 100001 10111111 101010 1010011 0 11001 100001110 1000111 101100

Color Harmonies of #6F21BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F21BF

Black with #6F21BF

Text Example


Text Example

White with #6F21BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,33,191); }

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

background-color css

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

 a { background-color: rgb(111,33,191); }

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

border-color css

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

 span { border-color: rgb(111,33,191); }

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