Html Css Color HEX #6F0FCF Purple Heart

📋 copy color: '#6F0FCF'

red 111 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #6F0FCF

Tints of Purple Heart #6F0FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 33.33%
G = 4.5%
B = 62.16%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F0FCF (or 0x6F0FCF) is known color: Purple Heart. HEX triplet: 6F, 0F and CF. RGB value is (111,15,207). Sum of RGB (Red+Green+Blue) = 111+15+207=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F0FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0FCF is #90F030. Grayscale: #404040. Windows color (decimal): -9498673 or 13569903. OLE color: 13569903.

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

Color convert

RGB 111 15 207 -
CMYK 0.46 0.93 0 0.19
HSL 270º 0.86% 0.44% -
HSV(B) 270º 0.93% 0.81% -
XYZ 17.99 8.23 59.67 -
YUV 65.59 207.8 160.39 -
System Red Green Blue C M Y K H S L
Decimal 111 15 207 0.46 0.93 0 0.19 270 0.86 0.44
Hex 6F F CF 2E 5D 0 13 10E 56 2C
Octal 157 17 317 56 135 0 23 416 126 54
Binary 1101111 1111 11001111 101110 1011101 0 10011 100001110 1010110 101100

Color Harmonies of #6F0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0FCF

Black with #6F0FCF

Text Example


Text Example

White with #6F0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,15,207); }

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

background-color css

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

 a { background-color: rgb(111,15,207); }

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

border-color css

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

 span { border-color: rgb(111,15,207); }

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