Html Css Color HEX #6521BE Purple Heart

📋 copy color: '#6521BE'

red 101 ◦ green 33 ◦ blue 190

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

Shades of Purple Heart #6521BE

Tints of Purple Heart #6521BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 31.17%
G = 10.19%
B = 58.64%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6521BE (or 0x6521BE) is known color: Purple Heart. HEX triplet: 65, 21 and BE. RGB value is (101,33,190). Sum of RGB (Red+Green+Blue) = 101+33+190=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #6521BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6521BE is #9ADE41. Grayscale: #464646. Windows color (decimal): -10149442 or 12460389. OLE color: 12460389.

HSL color Cylindrical-coordinate representation of color #6521BE: hue angle of 265.99º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6521BE is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 33 190 -
CMYK 0.47 0.83 0 0.25
HSL 265.99º 0.7% 0.44% -
HSV(B) 265.99º 0.83% 0.75% -
XYZ 15.2 7.57 49.38 -
YUV 71.23 195.03 149.23 -
System Red Green Blue C M Y K H S L
Decimal 101 33 190 0.47 0.83 0 0.25 265.99 0.7 0.44
Hex 65 21 BE 2F 53 0 19 10A 46 2C
Octal 145 41 276 57 123 0 31 412 106 54
Binary 1100101 100001 10111110 101111 1010011 0 11001 100001010 1000110 101100

Color Harmonies of #6521BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6521BE

Black with #6521BE

Text Example


Text Example

White with #6521BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6521BE; }

 p { color: rgb(101,33,190); }

 H1.HeaderClassName
 {
   color: #6521BE;
 }
 .AnyTagClassName
 {
   color: #6521BE;
 }
</style>

background-color css

<style>
 a { background-color: #6521BE; }

 a { background-color: rgb(101,33,190); }

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

border-color css

<style>
 span { border-color: #6521BE; }

 span { border-color: rgb(101,33,190); }

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