Html Css Color HEX #6438BA Purple Heart

📋 copy color: '#6438BA'

red 100 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #6438BA

Tints of Purple Heart #6438BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 29.24%
G = 16.37%
B = 54.39%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6438BA (or 0x6438BA) is known color: Purple Heart. HEX triplet: 64, 38 and BA. RGB value is (100,56,186). Sum of RGB (Red+Green+Blue) = 100+56+186=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #6438BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438BA is #9BC745. Grayscale: #535353. Windows color (decimal): -10209094 or 12204132. OLE color: 12204132.

HSL color Cylindrical-coordinate representation of color #6438BA: hue angle of 260.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6438BA is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 56 186 -
CMYK 0.46 0.70 0 0.27
HSL 260.31º 0.54% 0.47% -
HSV(B) 260.31º 0.7% 0.73% -
XYZ 15.53 9.08 47.39 -
YUV 83.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 100 56 186 0.46 0.70 0 0.27 260.31 0.54 0.47
Hex 64 38 BA 2E 46 0 1B 104 36 2F
Octal 144 70 272 56 106 0 33 404 66 57
Binary 1100100 111000 10111010 101110 1000110 0 11011 100000100 110110 101111

Color Harmonies of #6438BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6438BA

Black with #6438BA

Text Example


Text Example

White with #6438BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6438BA; }

 p { color: rgb(100,56,186); }

 H1.HeaderClassName
 {
   color: #6438BA;
 }
 .AnyTagClassName
 {
   color: #6438BA;
 }
</style>

background-color css

<style>
 a { background-color: #6438BA; }

 a { background-color: rgb(100,56,186); }

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

border-color css

<style>
 span { border-color: #6438BA; }

 span { border-color: rgb(100,56,186); }

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