Html Css Color HEX #6305B4 Purple Heart

📋 copy color: '#6305B4'

red 99 ◦ green 5 ◦ blue 180

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

Shades of Purple Heart #6305B4

Tints of Purple Heart #6305B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 63.38%

R = 34.86%
G = 1.76%
B = 63.38%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6305B4 (or 0x6305B4) is known color: Purple Heart. HEX triplet: 63, 05 and B4. RGB value is (99,5,180). Sum of RGB (Red+Green+Blue) = 99+5+180=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 180 (70.70% from 255 or 63.38% from 284); Max value from RGB is 180 - color contains mainly: blue. Hex color #6305B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305B4 is #9CFA4B. Grayscale: #343434. Windows color (decimal): -10287692 or 11797859. OLE color: 11797859.

HSL color Cylindrical-coordinate representation of color #6305B4: hue angle of 272.23º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6305B4 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 5 180 -
CMYK 0.45 0.97 0 0.29
HSL 272.23º 0.95% 0.36% -
HSV(B) 272.23º 0.97% 0.71% -
XYZ 13.44 6.06 43.64 -
YUV 53.06 199.64 160.77 -
System Red Green Blue C M Y K H S L
Decimal 99 5 180 0.45 0.97 0 0.29 272.23 0.95 0.36
Hex 63 5 B4 2D 61 0 1D 110 5F 24
Octal 143 5 264 55 141 0 35 420 137 44
Binary 1100011 101 10110100 101101 1100001 0 11101 100010000 1011111 100100

Color Harmonies of #6305B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6305B4

Black with #6305B4

Text Example


Text Example

White with #6305B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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