Html Css Color HEX #6334CD Purple Heart

📋 copy color: '#6334CD'

red 99 ◦ green 52 ◦ blue 205

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

Shades of Purple Heart #6334CD

Tints of Purple Heart #6334CD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 27.81%
G = 14.61%
B = 57.58%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6334CD (or 0x6334CD) is known color: Purple Heart. HEX triplet: 63, 34 and CD. RGB value is (99,52,205). Sum of RGB (Red+Green+Blue) = 99+52+205=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #6334CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334CD is #9CCB32. Grayscale: #525252. Windows color (decimal): -10275635 or 13448291. OLE color: 13448291.

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

Color convert

RGB 99 52 205 -
CMYK 0.52 0.75 0 0.20
HSL 258.43º 0.6% 0.5% -
HSV(B) 258.43º 0.75% 0.8% -
XYZ 17.39 9.52 58.68 -
YUV 83.5 196.57 139.06 -
System Red Green Blue C M Y K H S L
Decimal 99 52 205 0.52 0.75 0 0.20 258.43 0.6 0.5
Hex 63 34 CD 34 4B 0 14 102 3C 32
Octal 143 64 315 64 113 0 24 402 74 62
Binary 1100011 110100 11001101 110100 1001011 0 10100 100000010 111100 110010

Color Harmonies of #6334CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334CD

Black with #6334CD

Text Example


Text Example

White with #6334CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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