Html Css Color HEX #6F3ECE Purple Heart

📋 copy color: '#6F3ECE'

red 111 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #6F3ECE

Tints of Purple Heart #6F3ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

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

R = 29.29%
G = 16.36%
B = 54.35%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F3ECE (or 0x6F3ECE) is known color: Purple Heart. HEX triplet: 6F, 3E and CE. RGB value is (111,62,206). Sum of RGB (Red+Green+Blue) = 111+62+206=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F3ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3ECE is #90C131. Grayscale: #5C5C5C. Windows color (decimal): -9486642 or 13516399. OLE color: 13516399.

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

Color convert

RGB 111 62 206 -
CMYK 0.46 0.70 0 0.19
HSL 260.42º 0.6% 0.53% -
HSV(B) 260.42º 0.7% 0.81% -
XYZ 19.42 11.28 59.55 -
YUV 93.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 111 62 206 0.46 0.70 0 0.19 260.42 0.6 0.53
Hex 6F 3E CE 2E 46 0 13 104 3C 35
Octal 157 76 316 56 106 0 23 404 74 65
Binary 1101111 111110 11001110 101110 1000110 0 10011 100000100 111100 110101

Color Harmonies of #6F3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3ECE

Black with #6F3ECE

Text Example


Text Example

White with #6F3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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