Html Css Color HEX #6F3ECD Purple Heart

📋 copy color: '#6F3ECD'

red 111 ◦ green 62 ◦ blue 205

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

Shades of Purple Heart #6F3ECD

Tints of Purple Heart #6F3ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 29.37%
G = 16.4%
B = 54.23%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F3ECD (or 0x6F3ECD) is known color: Purple Heart. HEX triplet: 6F, 3E and CD. RGB value is (111,62,205). Sum of RGB (Red+Green+Blue) = 111+62+205=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F3ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3ECD is #90C132. Grayscale: #5C5C5C. Windows color (decimal): -9486643 or 13450863. OLE color: 13450863.

HSL color Cylindrical-coordinate representation of color #6F3ECD: hue angle of 260.56º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F3ECD is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 62 205 -
CMYK 0.46 0.70 0 0.20
HSL 260.56º 0.59% 0.52% -
HSV(B) 260.56º 0.7% 0.8% -
XYZ 19.3 11.23 58.91 -
YUV 92.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 111 62 205 0.46 0.70 0 0.20 260.56 0.59 0.52
Hex 6F 3E CD 2E 46 0 14 105 3B 34
Octal 157 76 315 56 106 0 24 405 73 64
Binary 1101111 111110 11001101 101110 1000110 0 10100 100000101 111011 110100

Color Harmonies of #6F3ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3ECD

Black with #6F3ECD

Text Example


Text Example

White with #6F3ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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