Html Css Color HEX #6338BF Purple Heart

📋 copy color: '#6338BF'

red 99 ◦ green 56 ◦ blue 191

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

Shades of Purple Heart #6338BF

Tints of Purple Heart #6338BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.2%

R = 28.61%
G = 16.18%
B = 55.2%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6338BF (or 0x6338BF) is known color: Purple Heart. HEX triplet: 63, 38 and BF. RGB value is (99,56,191). Sum of RGB (Red+Green+Blue) = 99+56+191=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #6338BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338BF is #9CC740. Grayscale: #535353. Windows color (decimal): -10274625 or 12531811. OLE color: 12531811.

HSL color Cylindrical-coordinate representation of color #6338BF: hue angle of 259.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6338BF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 56 191 -
CMYK 0.48 0.71 0 0.25
HSL 259.11º 0.55% 0.48% -
HSV(B) 259.11º 0.71% 0.75% -
XYZ 15.96 9.24 50.23 -
YUV 84.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 99 56 191 0.48 0.71 0 0.25 259.11 0.55 0.48
Hex 63 38 BF 30 47 0 19 103 37 30
Octal 143 70 277 60 107 0 31 403 67 60
Binary 1100011 111000 10111111 110000 1000111 0 11001 100000011 110111 110000

Color Harmonies of #6338BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6338BF

Black with #6338BF

Text Example


Text Example

White with #6338BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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