Html Css Color HEX #6F13CE Purple Heart

📋 copy color: '#6F13CE'

red 111 ◦ green 19 ◦ blue 206

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

Shades of Purple Heart #6F13CE

Tints of Purple Heart #6F13CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 33.04%
G = 5.65%
B = 61.31%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F13CE (or 0x6F13CE) is known color: Purple Heart. HEX triplet: 6F, 13 and CE. RGB value is (111,19,206). Sum of RGB (Red+Green+Blue) = 111+19+206=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F13CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F13CE is #90EC31. Grayscale: #434343. Windows color (decimal): -9497650 or 13505391. OLE color: 13505391.

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

Color convert

RGB 111 19 206 -
CMYK 0.46 0.91 0 0.19
HSL 269.52º 0.83% 0.44% -
HSV(B) 269.52º 0.91% 0.81% -
XYZ 17.93 8.3 59.05 -
YUV 67.83 205.98 158.79 -
System Red Green Blue C M Y K H S L
Decimal 111 19 206 0.46 0.91 0 0.19 269.52 0.83 0.44
Hex 6F 13 CE 2E 5B 0 13 10E 53 2C
Octal 157 23 316 56 133 0 23 416 123 54
Binary 1101111 10011 11001110 101110 1011011 0 10011 100001110 1010011 101100

Color Harmonies of #6F13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F13CE

Black with #6F13CE

Text Example


Text Example

White with #6F13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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