Html Css Color HEX #6305BF Purple Heart

📋 copy color: '#6305BF'

red 99 ◦ green 5 ◦ blue 191

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

Shades of Purple Heart #6305BF

Tints of Purple Heart #6305BF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

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

R = 33.56%
G = 1.69%
B = 64.75%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6305BF (or 0x6305BF) is known color: Purple Heart. HEX triplet: 63, 05 and BF. RGB value is (99,5,191). Sum of RGB (Red+Green+Blue) = 99+5+191=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #6305BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305BF is #9CFA40. Grayscale: #353535. Windows color (decimal): -10287681 or 12518755. OLE color: 12518755.

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

Color convert

RGB 99 5 191 -
CMYK 0.48 0.97 0 0.25
HSL 270.32º 0.95% 0.38% -
HSV(B) 270.32º 0.97% 0.75% -
XYZ 14.6 6.52 49.78 -
YUV 54.31 205.14 159.88 -
System Red Green Blue C M Y K H S L
Decimal 99 5 191 0.48 0.97 0 0.25 270.32 0.95 0.38
Hex 63 5 BF 30 61 0 19 10E 5F 26
Octal 143 5 277 60 141 0 31 416 137 46
Binary 1100011 101 10111111 110000 1100001 0 11001 100001110 1011111 100110

Color Harmonies of #6305BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6305BF

Black with #6305BF

Text Example


Text Example

White with #6305BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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