Html Css Color HEX #6F3CCF Purple Heart

📋 copy color: '#6F3CCF'

red 111 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #6F3CCF

Tints of Purple Heart #6F3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.87%

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

R = 29.37%
G = 15.87%
B = 54.76%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F3CCF (or 0x6F3CCF) is known color: Purple Heart. HEX triplet: 6F, 3C and CF. RGB value is (111,60,207). Sum of RGB (Red+Green+Blue) = 111+60+207=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3CCF is #90C330. Grayscale: #5B5B5B. Windows color (decimal): -9487153 or 13581423. OLE color: 13581423.

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

Color convert

RGB 111 60 207 -
CMYK 0.46 0.71 0 0.19
HSL 260.82º 0.6% 0.52% -
HSV(B) 260.82º 0.71% 0.81% -
XYZ 19.43 11.12 60.15 -
YUV 92.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 111 60 207 0.46 0.71 0 0.19 260.82 0.6 0.52
Hex 6F 3C CF 2E 47 0 13 105 3C 34
Octal 157 74 317 56 107 0 23 405 74 64
Binary 1101111 111100 11001111 101110 1000111 0 10011 100000101 111100 110100

Color Harmonies of #6F3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3CCF

Black with #6F3CCF

Text Example


Text Example

White with #6F3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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