Html Css Color HEX #6F25AB Purple Heart

📋 copy color: '#6F25AB'

red 111 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #6F25AB

Tints of Purple Heart #6F25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 34.8%
G = 11.6%
B = 53.61%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F25AB (or 0x6F25AB) is known color: Purple Heart. HEX triplet: 6F, 25 and AB. RGB value is (111,37,171). Sum of RGB (Red+Green+Blue) = 111+37+171=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F25AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F25AB is #90DA54. Grayscale: #494949. Windows color (decimal): -9493077 or 11216239. OLE color: 11216239.

HSL color Cylindrical-coordinate representation of color #6F25AB: hue angle of 273.13º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F25AB is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 37 171 -
CMYK 0.35 0.78 0 0.33
HSL 273.13º 0.64% 0.41% -
HSV(B) 273.13º 0.78% 0.67% -
XYZ 14.57 7.64 39.24 -
YUV 74.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 111 37 171 0.35 0.78 0 0.33 273.13 0.64 0.41
Hex 6F 25 AB 23 4E 0 21 111 40 29
Octal 157 45 253 43 116 0 41 421 100 51
Binary 1101111 100101 10101011 100011 1001110 0 100001 100010001 1000000 101001

Color Harmonies of #6F25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F25AB

Black with #6F25AB

Text Example


Text Example

White with #6F25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,171); }

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

background-color css

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

 a { background-color: rgb(111,37,171); }

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

border-color css

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

 span { border-color: rgb(111,37,171); }

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