Html Css Color HEX #6535BE Purple Heart

📋 copy color: '#6535BE'

red 101 ◦ green 53 ◦ blue 190

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

Shades of Purple Heart #6535BE

Tints of Purple Heart #6535BE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 29.36%
G = 15.41%
B = 55.23%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6535BE (or 0x6535BE) is known color: Purple Heart. HEX triplet: 65, 35 and BE. RGB value is (101,53,190). Sum of RGB (Red+Green+Blue) = 101+53+190=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #6535BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535BE is #9ACA41. Grayscale: #525252. Windows color (decimal): -10144322 or 12465509. OLE color: 12465509.

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

Color convert

RGB 101 53 190 -
CMYK 0.47 0.72 0 0.25
HSL 261.02º 0.56% 0.48% -
HSV(B) 261.02º 0.72% 0.75% -
XYZ 15.93 9.03 49.62 -
YUV 82.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 101 53 190 0.47 0.72 0 0.25 261.02 0.56 0.48
Hex 65 35 BE 2F 48 0 19 105 38 30
Octal 145 65 276 57 110 0 31 405 70 60
Binary 1100101 110101 10111110 101111 1001000 0 11001 100000101 111000 110000

Color Harmonies of #6535BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535BE

Black with #6535BE

Text Example


Text Example

White with #6535BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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