Html Css Color HEX #6533CF Purple Heart

📋 copy color: '#6533CF'

red 101 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #6533CF

Tints of Purple Heart #6533CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 28.13%
G = 14.21%
B = 57.66%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6533CF (or 0x6533CF) is known color: Purple Heart. HEX triplet: 65, 33 and CF. RGB value is (101,51,207). Sum of RGB (Red+Green+Blue) = 101+51+207=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #6533CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533CF is #9ACC30. Grayscale: #535353. Windows color (decimal): -10144817 or 13579109. OLE color: 13579109.

HSL color Cylindrical-coordinate representation of color #6533CF: hue angle of 259.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6533CF is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 51 207 -
CMYK 0.51 0.75 0 0.19
HSL 259.23º 0.62% 0.51% -
HSV(B) 259.23º 0.75% 0.81% -
XYZ 17.81 9.64 59.95 -
YUV 83.73 197.57 140.32 -
System Red Green Blue C M Y K H S L
Decimal 101 51 207 0.51 0.75 0 0.19 259.23 0.62 0.51
Hex 65 33 CF 33 4B 0 13 103 3E 33
Octal 145 63 317 63 113 0 23 403 76 63
Binary 1100101 110011 11001111 110011 1001011 0 10011 100000011 111110 110011

Color Harmonies of #6533CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533CF

Black with #6533CF

Text Example


Text Example

White with #6533CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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