Html Css Color HEX #6F15C6 Purple Heart

📋 copy color: '#6F15C6'

red 111 ◦ green 21 ◦ blue 198

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

Shades of Purple Heart #6F15C6

Tints of Purple Heart #6F15C6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 198 (77.73% from 255) = 60%

R = 33.64%
G = 6.36%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6F15C6 (or 0x6F15C6) is known color: Purple Heart. HEX triplet: 6F, 15 and C6. RGB value is (111,21,198). Sum of RGB (Red+Green+Blue) = 111+21+198=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #6F15C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F15C6 is #90EA39. Grayscale: #434343. Windows color (decimal): -9497146 or 12981615. OLE color: 12981615.

HSL color Cylindrical-coordinate representation of color #6F15C6: hue angle of 270.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F15C6 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 111 21 198 -
CMYK 0.44 0.89 0 0.22
HSL 270.51º 0.81% 0.43% -
HSV(B) 270.51º 0.89% 0.78% -
XYZ 17.02 7.99 54.07 -
YUV 68.09 201.32 158.61 -
System Red Green Blue C M Y K H S L
Decimal 111 21 198 0.44 0.89 0 0.22 270.51 0.81 0.43
Hex 6F 15 C6 2C 59 0 16 10F 51 2B
Octal 157 25 306 54 131 0 26 417 121 53
Binary 1101111 10101 11000110 101100 1011001 0 10110 100001111 1010001 101011

Color Harmonies of #6F15C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F15C6

Black with #6F15C6

Text Example


Text Example

White with #6F15C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,198); }

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

background-color css

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

 a { background-color: rgb(111,21,198); }

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

border-color css

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

 span { border-color: rgb(111,21,198); }

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