Html Css Color HEX #6529DF Purple Heart

📋 copy color: '#6529DF'

red 101 ◦ green 41 ◦ blue 223

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

Shades of Purple Heart #6529DF

Tints of Purple Heart #6529DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 27.67%
G = 11.23%
B = 61.1%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6529DF (or 0x6529DF) is known color: Purple Heart. HEX triplet: 65, 29 and DF. RGB value is (101,41,223). Sum of RGB (Red+Green+Blue) = 101+41+223=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #6529DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529DF is #9AD620. Grayscale: #4F4F4F. Windows color (decimal): -10147361 or 14625125. OLE color: 14625125.

HSL color Cylindrical-coordinate representation of color #6529DF: hue angle of 259.78º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6529DF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 41 223 -
CMYK 0.55 0.82 0 0.13
HSL 259.78º 0.74% 0.52% -
HSV(B) 259.78º 0.82% 0.87% -
XYZ 19.48 9.68 70.65 -
YUV 79.69 208.88 143.2 -
System Red Green Blue C M Y K H S L
Decimal 101 41 223 0.55 0.82 0 0.13 259.78 0.74 0.52
Hex 65 29 DF 37 52 0 D 104 4A 34
Octal 145 51 337 67 122 0 15 404 112 64
Binary 1100101 101001 11011111 110111 1010010 0 1101 100000100 1001010 110100

Color Harmonies of #6529DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529DF

Black with #6529DF

Text Example


Text Example

White with #6529DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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