Html Css Color HEX #6338BA Purple Heart

📋 copy color: '#6338BA'

red 99 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #6338BA

Tints of Purple Heart #6338BA

RGB

 RED value IS 99 (39.06% from 255) = 29.03%

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

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

R = 29.03%
G = 16.42%
B = 54.55%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6338BA (or 0x6338BA) is known color: Purple Heart. HEX triplet: 63, 38 and BA. RGB value is (99,56,186). Sum of RGB (Red+Green+Blue) = 99+56+186=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #6338BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338BA is #9CC745. Grayscale: #535353. Windows color (decimal): -10274630 or 12204131. OLE color: 12204131.

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

Color convert

RGB 99 56 186 -
CMYK 0.47 0.70 0 0.27
HSL 259.85º 0.54% 0.47% -
HSV(B) 259.85º 0.7% 0.73% -
XYZ 15.42 9.03 47.38 -
YUV 83.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 99 56 186 0.47 0.70 0 0.27 259.85 0.54 0.47
Hex 63 38 BA 2F 46 0 1B 104 36 2F
Octal 143 70 272 57 106 0 33 404 66 57
Binary 1100011 111000 10111010 101111 1000110 0 11011 100000100 110110 101111

Color Harmonies of #6338BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6338BA

Black with #6338BA

Text Example


Text Example

White with #6338BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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