Html Css Color HEX #6F26DB Purple Heart

📋 copy color: '#6F26DB'

red 111 ◦ green 38 ◦ blue 219

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

Shades of Purple Heart #6F26DB

Tints of Purple Heart #6F26DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.33%

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

R = 30.16%
G = 10.33%
B = 59.51%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F26DB (or 0x6F26DB) is known color: Purple Heart. HEX triplet: 6F, 26 and DB. RGB value is (111,38,219). Sum of RGB (Red+Green+Blue) = 111+38+219=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F26DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F26DB is #90D924. Grayscale: #4F4F4F. Windows color (decimal): -9492773 or 14362223. OLE color: 14362223.

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

Color convert

RGB 111 38 219 -
CMYK 0.49 0.83 0 0.14
HSL 264.2º 0.72% 0.5% -
HSV(B) 264.2º 0.83% 0.86% -
XYZ 20.03 9.88 67.87 -
YUV 80.46 206.18 149.78 -
System Red Green Blue C M Y K H S L
Decimal 111 38 219 0.49 0.83 0 0.14 264.2 0.72 0.5
Hex 6F 26 DB 31 53 0 E 108 48 32
Octal 157 46 333 61 123 0 16 410 110 62
Binary 1101111 100110 11011011 110001 1010011 0 1110 100001000 1001000 110010

Color Harmonies of #6F26DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F26DB

Black with #6F26DB

Text Example


Text Example

White with #6F26DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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