Html Css Color HEX #6529CB Purple Heart

📋 copy color: '#6529CB'

red 101 ◦ green 41 ◦ blue 203

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

Shades of Purple Heart #6529CB

Tints of Purple Heart #6529CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 29.28%
G = 11.88%
B = 58.84%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6529CB (or 0x6529CB) is known color: Purple Heart. HEX triplet: 65, 29 and CB. RGB value is (101,41,203). Sum of RGB (Red+Green+Blue) = 101+41+203=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #6529CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529CB is #9AD634. Grayscale: #4C4C4C. Windows color (decimal): -10147381 or 13314405. OLE color: 13314405.

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

Color convert

RGB 101 41 203 -
CMYK 0.50 0.80 0 0.20
HSL 262.22º 0.66% 0.48% -
HSV(B) 262.22º 0.8% 0.8% -
XYZ 16.94 8.66 57.28 -
YUV 77.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 101 41 203 0.50 0.80 0 0.20 262.22 0.66 0.48
Hex 65 29 CB 32 50 0 14 106 42 30
Octal 145 51 313 62 120 0 24 406 102 60
Binary 1100101 101001 11001011 110010 1010000 0 10100 100000110 1000010 110000

Color Harmonies of #6529CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529CB

Black with #6529CB

Text Example


Text Example

White with #6529CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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