Html Css Color HEX #6F2FCF Purple Heart

📋 copy color: '#6F2FCF'

red 111 ◦ green 47 ◦ blue 207

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

Shades of Purple Heart #6F2FCF

Tints of Purple Heart #6F2FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

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

R = 30.41%
G = 12.88%
B = 56.71%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F2FCF (or 0x6F2FCF) is known color: Purple Heart. HEX triplet: 6F, 2F and CF. RGB value is (111,47,207). Sum of RGB (Red+Green+Blue) = 111+47+207=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F2FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2FCF is #90D030. Grayscale: #535353. Windows color (decimal): -9490481 or 13578095. OLE color: 13578095.

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

Color convert

RGB 111 47 207 -
CMYK 0.46 0.77 0 0.19
HSL 264º 0.63% 0.5% -
HSV(B) 264º 0.77% 0.81% -
XYZ 18.83 9.92 59.95 -
YUV 84.38 197.2 146.99 -
System Red Green Blue C M Y K H S L
Decimal 111 47 207 0.46 0.77 0 0.19 264 0.63 0.5
Hex 6F 2F CF 2E 4D 0 13 108 3F 32
Octal 157 57 317 56 115 0 23 410 77 62
Binary 1101111 101111 11001111 101110 1001101 0 10011 100001000 111111 110010

Color Harmonies of #6F2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2FCF

Black with #6F2FCF

Text Example


Text Example

White with #6F2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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