Html Css Color HEX #6525CA Purple Heart

📋 copy color: '#6525CA'

red 101 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #6525CA

Tints of Purple Heart #6525CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.41%

R = 29.71%
G = 10.88%
B = 59.41%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6525CA (or 0x6525CA) is known color: Purple Heart. HEX triplet: 65, 25 and CA. RGB value is (101,37,202). Sum of RGB (Red+Green+Blue) = 101+37+202=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #6525CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525CA is #9ADA35. Grayscale: #4A4A4A. Windows color (decimal): -10148406 or 13247845. OLE color: 13247845.

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

Color convert

RGB 101 37 202 -
CMYK 0.50 0.82 0 0.21
HSL 263.27º 0.69% 0.47% -
HSV(B) 263.27º 0.82% 0.79% -
XYZ 16.69 8.35 56.61 -
YUV 74.95 199.7 146.58 -
System Red Green Blue C M Y K H S L
Decimal 101 37 202 0.50 0.82 0 0.21 263.27 0.69 0.47
Hex 65 25 CA 32 52 0 15 107 45 2F
Octal 145 45 312 62 122 0 25 407 105 57
Binary 1100101 100101 11001010 110010 1010010 0 10101 100000111 1000101 101111

Color Harmonies of #6525CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525CA

Black with #6525CA

Text Example


Text Example

White with #6525CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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