Html Css Color HEX #6F27CE Purple Heart

📋 copy color: '#6F27CE'

red 111 ◦ green 39 ◦ blue 206

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

Shades of Purple Heart #6F27CE

Tints of Purple Heart #6F27CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 31.18%
G = 10.96%
B = 57.87%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F27CE (or 0x6F27CE) is known color: Purple Heart. HEX triplet: 6F, 27 and CE. RGB value is (111,39,206). Sum of RGB (Red+Green+Blue) = 111+39+206=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F27CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F27CE is #90D831. Grayscale: #4E4E4E. Windows color (decimal): -9492530 or 13510511. OLE color: 13510511.

HSL color Cylindrical-coordinate representation of color #6F27CE: hue angle of 265.87º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F27CE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 39 206 -
CMYK 0.46 0.81 0 0.19
HSL 265.87º 0.68% 0.48% -
HSV(B) 265.87º 0.81% 0.81% -
XYZ 18.42 9.29 59.21 -
YUV 79.57 199.35 150.42 -
System Red Green Blue C M Y K H S L
Decimal 111 39 206 0.46 0.81 0 0.19 265.87 0.68 0.48
Hex 6F 27 CE 2E 51 0 13 10A 44 30
Octal 157 47 316 56 121 0 23 412 104 60
Binary 1101111 100111 11001110 101110 1010001 0 10011 100001010 1000100 110000

Color Harmonies of #6F27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F27CE

Black with #6F27CE

Text Example


Text Example

White with #6F27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,39,206); }

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

background-color css

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

 a { background-color: rgb(111,39,206); }

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

border-color css

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

 span { border-color: rgb(111,39,206); }

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