Html Css Color HEX #6F2CCF Purple Heart

📋 copy color: '#6F2CCF'

red 111 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #6F2CCF

Tints of Purple Heart #6F2CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.15%

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

R = 30.66%
G = 12.15%
B = 57.18%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F2CCF (or 0x6F2CCF) is known color: Purple Heart. HEX triplet: 6F, 2C and CF. RGB value is (111,44,207). Sum of RGB (Red+Green+Blue) = 111+44+207=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F2CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2CCF is #90D330. Grayscale: #525252. Windows color (decimal): -9491249 or 13577327. OLE color: 13577327.

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

Color convert

RGB 111 44 207 -
CMYK 0.46 0.79 0 0.19
HSL 264.66º 0.65% 0.49% -
HSV(B) 264.66º 0.79% 0.81% -
XYZ 18.72 9.69 59.91 -
YUV 82.62 198.2 148.25 -
System Red Green Blue C M Y K H S L
Decimal 111 44 207 0.46 0.79 0 0.19 264.66 0.65 0.49
Hex 6F 2C CF 2E 4F 0 13 109 41 31
Octal 157 54 317 56 117 0 23 411 101 61
Binary 1101111 101100 11001111 101110 1001111 0 10011 100001001 1000001 110001

Color Harmonies of #6F2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2CCF

Black with #6F2CCF

Text Example


Text Example

White with #6F2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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