Html Css Color HEX #6435AF Purple Heart

📋 copy color: '#6435AF'

red 100 ◦ green 53 ◦ blue 175

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

Shades of Purple Heart #6435AF

Tints of Purple Heart #6435AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.35%

R = 30.49%
G = 16.16%
B = 53.35%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6435AF (or 0x6435AF) is known color: Purple Heart. HEX triplet: 64, 35 and AF. RGB value is (100,53,175). Sum of RGB (Red+Green+Blue) = 100+53+175=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #6435AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6435AF is #9BCA50. Grayscale: #505050. Windows color (decimal): -10209873 or 11482468. OLE color: 11482468.

HSL color Cylindrical-coordinate representation of color #6435AF: hue angle of 263.11º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6435AF is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 53 175 -
CMYK 0.43 0.70 0 0.31
HSL 263.11º 0.54% 0.45% -
HSV(B) 263.11º 0.7% 0.69% -
XYZ 14.27 8.35 41.42 -
YUV 80.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 100 53 175 0.43 0.70 0 0.31 263.11 0.54 0.45
Hex 64 35 AF 2B 46 0 1F 107 36 2D
Octal 144 65 257 53 106 0 37 407 66 55
Binary 1100100 110101 10101111 101011 1000110 0 11111 100000111 110110 101101

Color Harmonies of #6435AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6435AF

Black with #6435AF

Text Example


Text Example

White with #6435AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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