Html Css Color HEX #6F13B4 Purple Heart

📋 copy color: '#6F13B4'

red 111 ◦ green 19 ◦ blue 180

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

Shades of Purple Heart #6F13B4

Tints of Purple Heart #6F13B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.06%

R = 35.81%
G = 6.13%
B = 58.06%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F13B4 (or 0x6F13B4) is known color: Purple Heart. HEX triplet: 6F, 13 and B4. RGB value is (111,19,180). Sum of RGB (Red+Green+Blue) = 111+19+180=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F13B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F13B4 is #90EC4B. Grayscale: #404040. Windows color (decimal): -9497676 or 11801455. OLE color: 11801455.

HSL color Cylindrical-coordinate representation of color #6F13B4: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F13B4 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 19 180 -
CMYK 0.38 0.89 0 0.29
HSL 274.29º 0.81% 0.39% -
HSV(B) 274.29º 0.89% 0.71% -
XYZ 15.03 7.14 43.77 -
YUV 64.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 111 19 180 0.38 0.89 0 0.29 274.29 0.81 0.39
Hex 6F 13 B4 26 59 0 1D 112 51 27
Octal 157 23 264 46 131 0 35 422 121 47
Binary 1101111 10011 10110100 100110 1011001 0 11101 100010010 1010001 100111

Color Harmonies of #6F13B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F13B4

Black with #6F13B4

Text Example


Text Example

White with #6F13B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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