Html Css Color HEX #6403BB Purple Heart

📋 copy color: '#6403BB'

red 100 ◦ green 3 ◦ blue 187

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

Shades of Purple Heart #6403BB

Tints of Purple Heart #6403BB

RGB

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

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

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

R = 34.48%
G = 1.03%
B = 64.48%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6403BB (or 0x6403BB) is known color: Purple Heart. HEX triplet: 64, 03 and BB. RGB value is (100,3,187). Sum of RGB (Red+Green+Blue) = 100+3+187=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #6403BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403BB is #9BFC44. Grayscale: #343434. Windows color (decimal): -10222661 or 12256100. OLE color: 12256100.

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

Color convert

RGB 100 3 187 -
CMYK 0.47 0.98 0 0.27
HSL 271.63º 0.97% 0.37% -
HSV(B) 271.63º 0.98% 0.73% -
XYZ 14.26 6.36 47.49 -
YUV 52.98 203.64 161.54 -
System Red Green Blue C M Y K H S L
Decimal 100 3 187 0.47 0.98 0 0.27 271.63 0.97 0.37
Hex 64 3 BB 2F 62 0 1B 110 61 25
Octal 144 3 273 57 142 0 33 420 141 45
Binary 1100100 11 10111011 101111 1100010 0 11011 100010000 1100001 100101

Color Harmonies of #6403BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403BB

Black with #6403BB

Text Example


Text Example

White with #6403BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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