Html Css Color HEX #6F33DB Purple Heart

📋 copy color: '#6F33DB'

red 111 ◦ green 51 ◦ blue 219

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

Shades of Purple Heart #6F33DB

Tints of Purple Heart #6F33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.39%

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 29.13%
G = 13.39%
B = 57.48%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F33DB (or 0x6F33DB) is known color: Purple Heart. HEX triplet: 6F, 33 and DB. RGB value is (111,51,219). Sum of RGB (Red+Green+Blue) = 111+51+219=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F33DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33DB is #90CC24. Grayscale: #575757. Windows color (decimal): -9489445 or 14365551. OLE color: 14365551.

HSL color Cylindrical-coordinate representation of color #6F33DB: hue angle of 261.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F33DB is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 51 219 -
CMYK 0.49 0.77 0 0.14
HSL 261.43º 0.7% 0.53% -
HSV(B) 261.43º 0.77% 0.86% -
XYZ 20.53 10.86 68.03 -
YUV 88.09 201.88 144.34 -
System Red Green Blue C M Y K H S L
Decimal 111 51 219 0.49 0.77 0 0.14 261.43 0.7 0.53
Hex 6F 33 DB 31 4D 0 E 105 46 35
Octal 157 63 333 61 115 0 16 405 106 65
Binary 1101111 110011 11011011 110001 1001101 0 1110 100000101 1000110 110101

Color Harmonies of #6F33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F33DB

Black with #6F33DB

Text Example


Text Example

White with #6F33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,219); }

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

background-color css

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

 a { background-color: rgb(111,51,219); }

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

border-color css

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

 span { border-color: rgb(111,51,219); }

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