Html Css Color HEX #6525DB Purple Heart

📋 copy color: '#6525DB'

red 101 ◦ green 37 ◦ blue 219

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

Shades of Purple Heart #6525DB

Tints of Purple Heart #6525DB

RGB

 RED value IS 101 (39.84% from 255) = 28.29%

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

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 28.29%
G = 10.36%
B = 61.34%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6525DB (or 0x6525DB) is known color: Purple Heart. HEX triplet: 65, 25 and DB. RGB value is (101,37,219). Sum of RGB (Red+Green+Blue) = 101+37+219=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #6525DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525DB is #9ADA24. Grayscale: #4C4C4C. Windows color (decimal): -10148389 or 14361957. OLE color: 14361957.

HSL color Cylindrical-coordinate representation of color #6525DB: hue angle of 261.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6525DB is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 37 219 -
CMYK 0.54 0.83 0 0.14
HSL 261.1º 0.72% 0.5% -
HSV(B) 261.1º 0.83% 0.86% -
XYZ 18.81 9.2 67.8 -
YUV 76.88 208.2 145.2 -
System Red Green Blue C M Y K H S L
Decimal 101 37 219 0.54 0.83 0 0.14 261.1 0.72 0.5
Hex 65 25 DB 36 53 0 E 105 48 32
Octal 145 45 333 66 123 0 16 405 110 62
Binary 1100101 100101 11011011 110110 1010011 0 1110 100000101 1001000 110010

Color Harmonies of #6525DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525DB

Black with #6525DB

Text Example


Text Example

White with #6525DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6525DB; }

 p { color: rgb(101,37,219); }

 H1.HeaderClassName
 {
   color: #6525DB;
 }
 .AnyTagClassName
 {
   color: #6525DB;
 }
</style>

background-color css

<style>
 a { background-color: #6525DB; }

 a { background-color: rgb(101,37,219); }

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

border-color css

<style>
 span { border-color: #6525DB; }

 span { border-color: rgb(101,37,219); }

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