Html Css Color HEX #6403BD Purple Heart

📋 copy color: '#6403BD'

red 100 ◦ green 3 ◦ blue 189

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

Shades of Purple Heart #6403BD

Tints of Purple Heart #6403BD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 34.25%
G = 1.03%
B = 64.73%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6403BD (or 0x6403BD) is known color: Purple Heart. HEX triplet: 64, 03 and BD. RGB value is (100,3,189). Sum of RGB (Red+Green+Blue) = 100+3+189=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #6403BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403BD is #9BFC42. Grayscale: #343434. Windows color (decimal): -10222659 or 12387172. OLE color: 12387172.

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

Color convert

RGB 100 3 189 -
CMYK 0.47 0.98 0 0.26
HSL 271.29º 0.97% 0.38% -
HSV(B) 271.29º 0.98% 0.74% -
XYZ 14.47 6.45 48.63 -
YUV 53.21 204.64 161.38 -
System Red Green Blue C M Y K H S L
Decimal 100 3 189 0.47 0.98 0 0.26 271.29 0.97 0.38
Hex 64 3 BD 2F 62 0 1A 10F 61 26
Octal 144 3 275 57 142 0 32 417 141 46
Binary 1100100 11 10111101 101111 1100010 0 11010 100001111 1100001 100110

Color Harmonies of #6403BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403BD

Black with #6403BD

Text Example


Text Example

White with #6403BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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