Html Css Color HEX #6529C9 Purple Heart

📋 copy color: '#6529C9'

red 101 ◦ green 41 ◦ blue 201

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

Shades of Purple Heart #6529C9

Tints of Purple Heart #6529C9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.95%

 BLUE value IS 201 (78.91% from 255) = 58.6%

R = 29.45%
G = 11.95%
B = 58.6%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6529C9 (or 0x6529C9) is known color: Purple Heart. HEX triplet: 65, 29 and C9. RGB value is (101,41,201). Sum of RGB (Red+Green+Blue) = 101+41+201=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #6529C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529C9 is #9AD636. Grayscale: #4C4C4C. Windows color (decimal): -10147383 or 13183333. OLE color: 13183333.

HSL color Cylindrical-coordinate representation of color #6529C9: hue angle of 262.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6529C9 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 41 201 -
CMYK 0.50 0.80 0 0.21
HSL 262.5º 0.66% 0.47% -
HSV(B) 262.5º 0.8% 0.79% -
XYZ 16.7 8.57 56.03 -
YUV 77.18 197.88 144.99 -
System Red Green Blue C M Y K H S L
Decimal 101 41 201 0.50 0.80 0 0.21 262.5 0.66 0.47
Hex 65 29 C9 32 50 0 15 106 42 2F
Octal 145 51 311 62 120 0 25 406 102 57
Binary 1100101 101001 11001001 110010 1010000 0 10101 100000110 1000010 101111

Color Harmonies of #6529C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529C9

Black with #6529C9

Text Example


Text Example

White with #6529C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6529C9; }

 p { color: rgb(101,41,201); }

 H1.HeaderClassName
 {
   color: #6529C9;
 }
 .AnyTagClassName
 {
   color: #6529C9;
 }
</style>

background-color css

<style>
 a { background-color: #6529C9; }

 a { background-color: rgb(101,41,201); }

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

border-color css

<style>
 span { border-color: #6529C9; }

 span { border-color: rgb(101,41,201); }

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