Html Css Color HEX #6F25BE Purple Heart

📋 copy color: '#6F25BE'

red 111 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #6F25BE

Tints of Purple Heart #6F25BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 32.84%
G = 10.95%
B = 56.21%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F25BE (or 0x6F25BE) is known color: Purple Heart. HEX triplet: 6F, 25 and BE. RGB value is (111,37,190). Sum of RGB (Red+Green+Blue) = 111+37+190=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F25BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F25BE is #90DA41. Grayscale: #4C4C4C. Windows color (decimal): -9493058 or 12461423. OLE color: 12461423.

HSL color Cylindrical-coordinate representation of color #6F25BE: hue angle of 269.02º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F25BE is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 37 190 -
CMYK 0.42 0.81 0 0.25
HSL 269.02º 0.67% 0.45% -
HSV(B) 269.02º 0.81% 0.75% -
XYZ 16.51 8.42 49.47 -
YUV 76.57 192.02 152.56 -
System Red Green Blue C M Y K H S L
Decimal 111 37 190 0.42 0.81 0 0.25 269.02 0.67 0.45
Hex 6F 25 BE 2A 51 0 19 10D 43 2D
Octal 157 45 276 52 121 0 31 415 103 55
Binary 1101111 100101 10111110 101010 1010001 0 11001 100001101 1000011 101101

Color Harmonies of #6F25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F25BE

Black with #6F25BE

Text Example


Text Example

White with #6F25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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