Html Css Color HEX #6533BC Purple Heart

📋 copy color: '#6533BC'

red 101 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #6533BC

Tints of Purple Heart #6533BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 29.71%
G = 15%
B = 55.29%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6533BC (or 0x6533BC) is known color: Purple Heart. HEX triplet: 65, 33 and BC. RGB value is (101,51,188). Sum of RGB (Red+Green+Blue) = 101+51+188=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #6533BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533BC is #9ACC43. Grayscale: #515151. Windows color (decimal): -10144836 or 12333925. OLE color: 12333925.

HSL color Cylindrical-coordinate representation of color #6533BC: hue angle of 261.9º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6533BC is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 51 188 -
CMYK 0.46 0.73 0 0.26
HSL 261.9º 0.57% 0.47% -
HSV(B) 261.9º 0.73% 0.74% -
XYZ 15.63 8.77 48.45 -
YUV 81.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 101 51 188 0.46 0.73 0 0.26 261.9 0.57 0.47
Hex 65 33 BC 2E 49 0 1A 106 39 2F
Octal 145 63 274 56 111 0 32 406 71 57
Binary 1100101 110011 10111100 101110 1001001 0 11010 100000110 111001 101111

Color Harmonies of #6533BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533BC

Black with #6533BC

Text Example


Text Example

White with #6533BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6533BC; }

 p { color: rgb(101,51,188); }

 H1.HeaderClassName
 {
   color: #6533BC;
 }
 .AnyTagClassName
 {
   color: #6533BC;
 }
</style>

background-color css

<style>
 a { background-color: #6533BC; }

 a { background-color: rgb(101,51,188); }

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

border-color css

<style>
 span { border-color: #6533BC; }

 span { border-color: rgb(101,51,188); }

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