Html Css Color HEX #6434BB Purple Heart

📋 copy color: '#6434BB'

red 100 ◦ green 52 ◦ blue 187

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

Shades of Purple Heart #6434BB

Tints of Purple Heart #6434BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 29.5%
G = 15.34%
B = 55.16%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6434BB (or 0x6434BB) is known color: Purple Heart. HEX triplet: 64, 34 and BB. RGB value is (100,52,187). Sum of RGB (Red+Green+Blue) = 100+52+187=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #6434BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6434BB is #9BCB44. Grayscale: #515151. Windows color (decimal): -10210117 or 12268644. OLE color: 12268644.

HSL color Cylindrical-coordinate representation of color #6434BB: hue angle of 261.33º 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 #6434BB is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 52 187 -
CMYK 0.47 0.72 0 0.27
HSL 261.33º 0.56% 0.47% -
HSV(B) 261.33º 0.72% 0.73% -
XYZ 15.45 8.75 47.89 -
YUV 81.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 100 52 187 0.47 0.72 0 0.27 261.33 0.56 0.47
Hex 64 34 BB 2F 48 0 1B 105 38 2F
Octal 144 64 273 57 110 0 33 405 70 57
Binary 1100100 110100 10111011 101111 1001000 0 11011 100000101 111000 101111

Color Harmonies of #6434BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434BB

Black with #6434BB

Text Example


Text Example

White with #6434BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6434BB; }

 p { color: rgb(100,52,187); }

 H1.HeaderClassName
 {
   color: #6434BB;
 }
 .AnyTagClassName
 {
   color: #6434BB;
 }
</style>

background-color css

<style>
 a { background-color: #6434BB; }

 a { background-color: rgb(100,52,187); }

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

border-color css

<style>
 span { border-color: #6434BB; }

 span { border-color: rgb(100,52,187); }

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