Html Css Color HEX #6325CD Purple Heart

📋 copy color: '#6325CD'

red 99 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #6325CD

Tints of Purple Heart #6325CD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 29.03%
G = 10.85%
B = 60.12%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6325CD (or 0x6325CD) is known color: Purple Heart. HEX triplet: 63, 25 and CD. RGB value is (99,37,205). Sum of RGB (Red+Green+Blue) = 99+37+205=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #6325CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325CD is #9CDA32. Grayscale: #4A4A4A. Windows color (decimal): -10279475 or 13444451. OLE color: 13444451.

HSL color Cylindrical-coordinate representation of color #6325CD: hue angle of 262.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6325CD is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 37 205 -
CMYK 0.52 0.82 0 0.20
HSL 262.14º 0.69% 0.47% -
HSV(B) 262.14º 0.82% 0.8% -
XYZ 16.83 8.38 58.49 -
YUV 74.69 201.54 145.34 -
System Red Green Blue C M Y K H S L
Decimal 99 37 205 0.52 0.82 0 0.20 262.14 0.69 0.47
Hex 63 25 CD 34 52 0 14 106 45 2F
Octal 143 45 315 64 122 0 24 406 105 57
Binary 1100011 100101 11001101 110100 1010010 0 10100 100000110 1000101 101111

Color Harmonies of #6325CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6325CD

Black with #6325CD

Text Example


Text Example

White with #6325CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6325CD; }

 p { color: rgb(99,37,205); }

 H1.HeaderClassName
 {
   color: #6325CD;
 }
 .AnyTagClassName
 {
   color: #6325CD;
 }
</style>

background-color css

<style>
 a { background-color: #6325CD; }

 a { background-color: rgb(99,37,205); }

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

border-color css

<style>
 span { border-color: #6325CD; }

 span { border-color: rgb(99,37,205); }

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