Html Css Color HEX #6F26BA Purple Heart

📋 copy color: '#6F26BA'

red 111 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #6F26BA

Tints of Purple Heart #6F26BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 33.13%
G = 11.34%
B = 55.52%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F26BA (or 0x6F26BA) is known color: Purple Heart. HEX triplet: 6F, 26 and BA. RGB value is (111,38,186). Sum of RGB (Red+Green+Blue) = 111+38+186=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F26BA is #90D945. Grayscale: #4C4C4C. Windows color (decimal): -9492806 or 12199535. OLE color: 12199535.

HSL color Cylindrical-coordinate representation of color #6F26BA: hue angle of 269.59º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F26BA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 38 186 -
CMYK 0.40 0.80 0 0.27
HSL 269.59º 0.66% 0.44% -
HSV(B) 269.59º 0.8% 0.73% -
XYZ 16.11 8.31 47.21 -
YUV 76.7 189.68 152.47 -
System Red Green Blue C M Y K H S L
Decimal 111 38 186 0.40 0.80 0 0.27 269.59 0.66 0.44
Hex 6F 26 BA 28 50 0 1B 10E 42 2C
Octal 157 46 272 50 120 0 33 416 102 54
Binary 1101111 100110 10111010 101000 1010000 0 11011 100001110 1000010 101100

Color Harmonies of #6F26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F26BA

Black with #6F26BA

Text Example


Text Example

White with #6F26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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