Html Css Color HEX #6434BD Purple Heart

📋 copy color: '#6434BD'

red 100 ◦ green 52 ◦ blue 189

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

Shades of Purple Heart #6434BD

Tints of Purple Heart #6434BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 29.33%
G = 15.25%
B = 55.43%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6434BD (or 0x6434BD) is known color: Purple Heart. HEX triplet: 64, 34 and BD. RGB value is (100,52,189). Sum of RGB (Red+Green+Blue) = 100+52+189=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #6434BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6434BD is #9BCB42. Grayscale: #515151. Windows color (decimal): -10210115 or 12399716. OLE color: 12399716.

HSL color Cylindrical-coordinate representation of color #6434BD: hue angle of 261.02º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6434BD is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 52 189 -
CMYK 0.47 0.72 0 0.26
HSL 261.02º 0.57% 0.47% -
HSV(B) 261.02º 0.72% 0.74% -
XYZ 15.67 8.84 49.02 -
YUV 81.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 100 52 189 0.47 0.72 0 0.26 261.02 0.57 0.47
Hex 64 34 BD 2F 48 0 1A 105 39 2F
Octal 144 64 275 57 110 0 32 405 71 57
Binary 1100100 110100 10111101 101111 1001000 0 11010 100000101 111001 101111

Color Harmonies of #6434BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434BD

Black with #6434BD

Text Example


Text Example

White with #6434BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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