Html Css Color HEX #6435BA Purple Heart

📋 copy color: '#6435BA'

red 100 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #6435BA

Tints of Purple Heart #6435BA

RGB

 RED value IS 100 (39.45% from 255) = 29.5%

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 29.5%
G = 15.63%
B = 54.87%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6435BA (or 0x6435BA) is known color: Purple Heart. HEX triplet: 64, 35 and BA. RGB value is (100,53,186). Sum of RGB (Red+Green+Blue) = 100+53+186=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #6435BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6435BA is #9BCA45. Grayscale: #515151. Windows color (decimal): -10209862 or 12203364. OLE color: 12203364.

HSL color Cylindrical-coordinate representation of color #6435BA: hue angle of 261.2º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6435BA is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 53 186 -
CMYK 0.46 0.72 0 0.27
HSL 261.2º 0.56% 0.47% -
HSV(B) 261.2º 0.72% 0.73% -
XYZ 15.39 8.8 47.34 -
YUV 82.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 100 53 186 0.46 0.72 0 0.27 261.2 0.56 0.47
Hex 64 35 BA 2E 48 0 1B 105 38 2F
Octal 144 65 272 56 110 0 33 405 70 57
Binary 1100100 110101 10111010 101110 1001000 0 11011 100000101 111000 101111

Color Harmonies of #6435BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6435BA

Black with #6435BA

Text Example


Text Example

White with #6435BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6435BA; }

 p { color: rgb(100,53,186); }

 H1.HeaderClassName
 {
   color: #6435BA;
 }
 .AnyTagClassName
 {
   color: #6435BA;
 }
</style>

background-color css

<style>
 a { background-color: #6435BA; }

 a { background-color: rgb(100,53,186); }

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

border-color css

<style>
 span { border-color: #6435BA; }

 span { border-color: rgb(100,53,186); }

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