Html Css Color HEX #6535CF Purple Heart

📋 copy color: '#6535CF'

red 101 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #6535CF

Tints of Purple Heart #6535CF

RGB

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

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

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

R = 27.98%
G = 14.68%
B = 57.34%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6535CF (or 0x6535CF) is known color: Purple Heart. HEX triplet: 65, 35 and CF. RGB value is (101,53,207). Sum of RGB (Red+Green+Blue) = 101+53+207=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #6535CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535CF is #9ACA30. Grayscale: #545454. Windows color (decimal): -10144305 or 13579621. OLE color: 13579621.

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

Color convert

RGB 101 53 207 -
CMYK 0.51 0.74 0 0.19
HSL 258.7º 0.62% 0.51% -
HSV(B) 258.7º 0.74% 0.81% -
XYZ 17.9 9.82 59.98 -
YUV 84.91 196.9 139.48 -
System Red Green Blue C M Y K H S L
Decimal 101 53 207 0.51 0.74 0 0.19 258.7 0.62 0.51
Hex 65 35 CF 33 4A 0 13 103 3E 33
Octal 145 65 317 63 112 0 23 403 76 63
Binary 1100101 110101 11001111 110011 1001010 0 10011 100000011 111110 110011

Color Harmonies of #6535CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535CF

Black with #6535CF

Text Example


Text Example

White with #6535CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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