Html Css Color HEX #6435BF Purple Heart

📋 copy color: '#6435BF'

red 100 ◦ green 53 ◦ blue 191

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

Shades of Purple Heart #6435BF

Tints of Purple Heart #6435BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.52%

R = 29.07%
G = 15.41%
B = 55.52%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6435BF (or 0x6435BF) is known color: Purple Heart. HEX triplet: 64, 35 and BF. RGB value is (100,53,191). Sum of RGB (Red+Green+Blue) = 100+53+191=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #6435BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6435BF is #9BCA40. Grayscale: #525252. Windows color (decimal): -10209857 or 12531044. OLE color: 12531044.

HSL color Cylindrical-coordinate representation of color #6435BF: hue angle of 260.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6435BF is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 53 191 -
CMYK 0.48 0.72 0 0.25
HSL 260.43º 0.57% 0.48% -
HSV(B) 260.43º 0.72% 0.75% -
XYZ 15.93 9.02 50.19 -
YUV 82.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 100 53 191 0.48 0.72 0 0.25 260.43 0.57 0.48
Hex 64 35 BF 30 48 0 19 104 39 30
Octal 144 65 277 60 110 0 31 404 71 60
Binary 1100100 110101 10111111 110000 1001000 0 11001 100000100 111001 110000

Color Harmonies of #6435BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6435BF

Black with #6435BF

Text Example


Text Example

White with #6435BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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