Html Css Color HEX #6630CD Purple Heart

📋 copy color: '#6630CD'

red 102 ◦ green 48 ◦ blue 205

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

Shades of Purple Heart #6630CD

Tints of Purple Heart #6630CD

RGB

 RED value IS 102 (40.23% from 255) = 28.73%

 GREEN value IS 48 (19.14% from 255) = 13.52%

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

R = 28.73%
G = 13.52%
B = 57.75%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6630CD (or 0x6630CD) is known color: Purple Heart. HEX triplet: 66, 30 and CD. RGB value is (102,48,205). Sum of RGB (Red+Green+Blue) = 102+48+205=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #6630CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630CD is #99CF32. Grayscale: #515151. Windows color (decimal): -10080051 or 13447270. OLE color: 13447270.

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

Color convert

RGB 102 48 205 -
CMYK 0.50 0.77 0 0.20
HSL 260.64º 0.62% 0.5% -
HSV(B) 260.64º 0.77% 0.8% -
XYZ 17.56 9.35 58.64 -
YUV 82.04 197.39 142.23 -
System Red Green Blue C M Y K H S L
Decimal 102 48 205 0.50 0.77 0 0.20 260.64 0.62 0.5
Hex 66 30 CD 32 4D 0 14 105 3E 32
Octal 146 60 315 62 115 0 24 405 76 62
Binary 1100110 110000 11001101 110010 1001101 0 10100 100000101 111110 110010

Color Harmonies of #6630CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630CD

Black with #6630CD

Text Example


Text Example

White with #6630CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,48,205); }

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

background-color css

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

 a { background-color: rgb(102,48,205); }

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

border-color css

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

 span { border-color: rgb(102,48,205); }

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