Html Css Color HEX #633282 Kingfisher Daisy

📋 copy color: '#633282'

red 99 ◦ green 50 ◦ blue 130

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

Shades of Kingfisher Daisy #633282

Tints of Kingfisher Daisy #633282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 35.48%
G = 17.92%
B = 46.59%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#633282 (or 0x633282) is known color: Kingfisher Daisy. HEX triplet: 63, 32 and 82. RGB value is (99,50,130). Sum of RGB (Red+Green+Blue) = 99+50+130=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #633282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633282 is #9CCD7D. Grayscale: #494949. Windows color (decimal): -10276222 or 8532579. OLE color: 8532579.

HSL color Cylindrical-coordinate representation of color #633282: hue angle of 276.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #633282 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 50 130 -
CMYK 0.24 0.62 0 0.49
HSL 276.75º 0.44% 0.35% -
HSV(B) 276.75º 0.62% 0.51% -
XYZ 10.32 6.55 21.84 -
YUV 73.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 99 50 130 0.24 0.62 0 0.49 276.75 0.44 0.35
Hex 63 32 82 18 3E 0 31 115 2C 23
Octal 143 62 202 30 76 0 61 425 54 43
Binary 1100011 110010 10000010 11000 111110 0 110001 100010101 101100 100011

Color Harmonies of #633282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633282

Black with #633282

Text Example


Text Example

White with #633282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633282; }

 p { color: rgb(99,50,130); }

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

background-color css

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

 a { background-color: rgb(99,50,130); }

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

border-color css

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

 span { border-color: rgb(99,50,130); }

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