Html Css Color HEX #6F25BC Purple Heart

📋 copy color: '#6F25BC'

red 111 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #6F25BC

Tints of Purple Heart #6F25BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 33.04%
G = 11.01%
B = 55.95%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F25BC (or 0x6F25BC) is known color: Purple Heart. HEX triplet: 6F, 25 and BC. RGB value is (111,37,188). Sum of RGB (Red+Green+Blue) = 111+37+188=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F25BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F25BC is #90DA43. Grayscale: #4B4B4B. Windows color (decimal): -9493060 or 12330351. OLE color: 12330351.

HSL color Cylindrical-coordinate representation of color #6F25BC: hue angle of 269.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F25BC is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 37 188 -
CMYK 0.41 0.80 0 0.26
HSL 269.4º 0.67% 0.44% -
HSV(B) 269.4º 0.8% 0.74% -
XYZ 16.29 8.33 48.33 -
YUV 76.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 111 37 188 0.41 0.80 0 0.26 269.4 0.67 0.44
Hex 6F 25 BC 29 50 0 1A 10D 43 2C
Octal 157 45 274 51 120 0 32 415 103 54
Binary 1101111 100101 10111100 101001 1010000 0 11010 100001101 1000011 101100

Color Harmonies of #6F25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F25BC

Black with #6F25BC

Text Example


Text Example

White with #6F25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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