Html Css Color HEX #6527CB Purple Heart

📋 copy color: '#6527CB'

red 101 ◦ green 39 ◦ blue 203

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

Shades of Purple Heart #6527CB

Tints of Purple Heart #6527CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

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

R = 29.45%
G = 11.37%
B = 59.18%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6527CB (or 0x6527CB) is known color: Purple Heart. HEX triplet: 65, 27 and CB. RGB value is (101,39,203). Sum of RGB (Red+Green+Blue) = 101+39+203=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #6527CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6527CB is #9AD834. Grayscale: #4B4B4B. Windows color (decimal): -10147893 or 13313893. OLE color: 13313893.

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

Color convert

RGB 101 39 203 -
CMYK 0.50 0.81 0 0.20
HSL 262.68º 0.68% 0.47% -
HSV(B) 262.68º 0.81% 0.8% -
XYZ 16.87 8.53 57.26 -
YUV 76.23 199.54 145.66 -
System Red Green Blue C M Y K H S L
Decimal 101 39 203 0.50 0.81 0 0.20 262.68 0.68 0.47
Hex 65 27 CB 32 51 0 14 107 44 2F
Octal 145 47 313 62 121 0 24 407 104 57
Binary 1100101 100111 11001011 110010 1010001 0 10100 100000111 1000100 101111

Color Harmonies of #6527CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527CB

Black with #6527CB

Text Example


Text Example

White with #6527CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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