Html Css Color HEX #6525CD Purple Heart

📋 copy color: '#6525CD'

red 101 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #6525CD

Tints of Purple Heart #6525CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 29.45%
G = 10.79%
B = 59.77%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6525CD (or 0x6525CD) is known color: Purple Heart. HEX triplet: 65, 25 and CD. RGB value is (101,37,205). Sum of RGB (Red+Green+Blue) = 101+37+205=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #6525CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525CD is #9ADA32. Grayscale: #4A4A4A. Windows color (decimal): -10148403 or 13444453. OLE color: 13444453.

HSL color Cylindrical-coordinate representation of color #6525CD: hue angle of 262.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6525CD is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 37 205 -
CMYK 0.51 0.82 0 0.20
HSL 262.86º 0.69% 0.47% -
HSV(B) 262.86º 0.82% 0.8% -
XYZ 17.05 8.5 58.5 -
YUV 75.29 201.2 146.34 -
System Red Green Blue C M Y K H S L
Decimal 101 37 205 0.51 0.82 0 0.20 262.86 0.69 0.47
Hex 65 25 CD 33 52 0 14 107 45 2F
Octal 145 45 315 63 122 0 24 407 105 57
Binary 1100101 100101 11001101 110011 1010010 0 10100 100000111 1000101 101111

Color Harmonies of #6525CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525CD

Black with #6525CD

Text Example


Text Example

White with #6525CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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